MCPcopy Create free account
hub / github.com/cortexproject/cortex / roundTripper

Struct roundTripper

pkg/querier/tripperware/roundtrip.go:91–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91type roundTripper struct {
92 next http.RoundTripper
93 handler Handler
94 codec Codec
95 headers []string
96}
97
98// MergeMiddlewares produces a middleware that applies multiple middleware in turn;
99// ie Merge(f,g,h).Wrap(handler) == f.Wrap(g.Wrap(h.Wrap(handler)))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected