Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
241
func
(e errorWriter) Header() http.Header {
242
return
e.w.Header()
243
}
244
245
func
(e errorWriter) WriteHeader(statusCode int) {
246
e.w.WriteHeader(statusCode)
Callers
15
WriteResponse
Function · 0.45
Handle
Method · 0.45
TestError
Function · 0.45
TestServerHandleDoNotLogError
Function · 0.45
TestGrpcErrorsHaveCorrectMessage
Function · 0.45
TestIsHandledByHttpgrpcServer
Function · 0.45
handle
Method · 0.45
renderHTTPResponse
Function · 0.45
writeJSONResponse
Function · 0.45
TestRingPageHandler_handle
Function · 0.45
TestPartitionRingPageHandler_ViewPage
Function · 0.45
handlePostRequest
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected