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

Function NewHTTPRequest

modules/frontend/pipeline/pipeline.go:38–40  ·  view source on GitHub ↗
(req *http.Request)

Source from the content-addressed store, hash-verified

36}
37
38func NewHTTPRequest(req *http.Request) *HTTPRequest {
39 return &HTTPRequest{req: req}
40}
41
42func (r HTTPRequest) HTTPRequest() *http.Request {
43 return r.req

Calls

no outgoing calls