MCPcopy Index your code
hub / github.com/zalando/skipper / ServeHTTP

Method ServeHTTP

metrics/all_kind.go:226–229  ·  view source on GitHub ↗
(w http.ResponseWriter, r *http.Request)

Source from the content-addressed store, hash-verified

224type voidHandler struct{}
225
226func (voidHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
227 w.WriteHeader(http.StatusNotFound)
228 w.Write([]byte(http.StatusText(http.StatusNotFound)))
229}

Calls 2

WriteHeaderMethod · 0.45
WriteMethod · 0.45