MCPcopy
hub / github.com/openfaas/faas / TransparentURLPathTransformer

Struct TransparentURLPathTransformer

gateway/pkg/middleware/resolver.go:107–108  ·  view source on GitHub ↗

TransparentURLPathTransformer passes the requested URL path through untouched.

Source from the content-addressed store, hash-verified

105
106// TransparentURLPathTransformer passes the requested URL path through untouched.
107type TransparentURLPathTransformer struct {
108}
109
110// Transform returns the URL path unchanged.
111func (f TransparentURLPathTransformer) Transform(r *http.Request) string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected