Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/dskit
/ GetHeaders
Method
GetHeaders
httpgrpc/httpgrpc.pb.go:86–91 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
84
}
85
86
func
(m *HTTPRequest) GetHeaders() []*Header {
87
if
m != nil {
88
return
m.Headers
89
}
90
return
nil
91
}
92
93
func
(m *HTTPRequest) GetBody() []byte {
94
if
m != nil {
Callers
1
checkHTTPResponse
Function · 0.45
Calls
no outgoing calls
Tested by
1
checkHTTPResponse
Function · 0.36