Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
func
(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
TestHostPatchHandler
Function · 0.95
serveHTTP
Method · 0.45
Calls
1
Apply
Method · 0.65
Tested by
1
TestHostPatchHandler
Function · 0.76