MCPcopy
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
86func (m *HTTPRequest) GetHeaders() []*Header {
87 if m != nil {
88 return m.Headers
89 }
90 return nil
91}
92
93func (m *HTTPRequest) GetBody() []byte {
94 if m != nil {

Callers 1

checkHTTPResponseFunction · 0.45

Calls

no outgoing calls

Tested by 1

checkHTTPResponseFunction · 0.36