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

Method Header

modules/frontend/mcp_tools.go:403–405  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

401}
402
403func (rb *responseBuffer) Header() http.Header {
404 return rb.header
405}
406
407func (rb *responseBuffer) WriteHeader(code int) {
408 if rb.wroteHeader {

Calls

no outgoing calls