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

Method RoundTrip

cli/root.go:1700–1702  ·  view source on GitHub ↗
(req *http.Request)

Source from the content-addressed store, hash-verified

1698type roundTripper func(req *http.Request) (*http.Response, error)
1699
1700func (r roundTripper) RoundTrip(req *http.Request) (*http.Response, error) {
1701 return r(req)
1702}
1703
1704// HeaderTransport creates a new transport that executes `--header-command`
1705// if it is set to add headers for all outbound requests.

Calls

no outgoing calls