MCPcopy Create free account
hub / github.com/zalando/skipper / ServeHTTP

Method ServeHTTP

net/host.go:58–61  ·  view source on GitHub ↗
(w http.ResponseWriter, r *http.Request)

Source from the content-addressed store, hash-verified

56}
57
58func (h *HostPatchHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
59 r.Host = h.Patch.Apply(r.Host)
60 h.Handler.ServeHTTP(w, r)
61}

Callers 2

TestHostPatchHandlerFunction · 0.95
serveHTTPMethod · 0.45

Calls 1

ApplyMethod · 0.65

Tested by 1

TestHostPatchHandlerFunction · 0.76