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

Struct HTTPRequest

modules/frontend/pipeline/pipeline.go:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30type HTTPRequest struct {
31 req *http.Request
32
33 cacheKey string
34 responseData any
35 weight int
36}
37
38func NewHTTPRequest(req *http.Request) *HTTPRequest {
39 return &HTTPRequest{req: req}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected