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

FuncType roundTripper

coderd/coderdtest/coderdtest.go:1761–1761  ·  view source on GitHub ↗

Used to easily create an HTTP transport!

func(req *http.Request) (*http.Response, error)

Source from the content-addressed store, hash-verified

1759
1760// Used to easily create an HTTP transport!
1761type roundTripper func(req *http.Request) (*http.Response, error)
1762
1763func (r roundTripper) RoundTrip(req *http.Request) (*http.Response, error) {
1764 return r(req)

Callers 3

NewAWSInstanceIdentityFunction · 0.70
NewAzureInstanceIdentityFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected