MCPcopy Index your code
hub / github.com/anchordotdev/cli / RoundTripper

Method RoundTripper

api/api.go:419–419  ·  view source on GitHub ↗
(next http.RoundTripper)

Source from the content-addressed store, hash-verified

417
418type Middleware interface {
419 RoundTripper(next http.RoundTripper) http.RoundTripper
420}
421
422type Middlewares []Middleware

Callers 2

NewClientFunction · 0.65
RoundTripperMethod · 0.65

Implementers 2

urlRewriterapi/api.go
preferSetterapi/api.go

Calls

no outgoing calls

Tested by

no test coverage detected