MCPcopy
hub / github.com/grafana/dskit / Header

Method Header

middleware/logging_test.go:241–243  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

239}
240
241func (e errorWriter) Header() http.Header {
242 return e.w.Header()
243}
244
245func (e errorWriter) WriteHeader(statusCode int) {
246 e.w.WriteHeader(statusCode)

Callers 15

WriteResponseFunction · 0.45
HandleMethod · 0.45
TestErrorFunction · 0.45
handleMethod · 0.45
renderHTTPResponseFunction · 0.45
writeJSONResponseFunction · 0.45
handlePostRequestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected