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

Interface Middleware

api/api.go:418–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

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