MCPcopy Index your code
hub / github.com/coder/coder / roundTripper

FuncType roundTripper

cli/root.go:1698–1698  ·  view source on GitHub ↗
func(req *http.Request) (*http.Response, error)

Source from the content-addressed store, hash-verified

1696}
1697
1698type roundTripper func(req *http.Request) (*http.Response, error)
1699
1700func (r roundTripper) RoundTrip(req *http.Request) (*http.Response, error) {
1701 return r(req)

Calls

no outgoing calls

Tested by

no test coverage detected