MCPcopy Index your code
hub / github.com/imroc/req / roundTripImpl

Struct roundTripImpl

client.go:1687–1689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1685}
1686
1687type roundTripImpl struct {
1688 *Client
1689}
1690
1691func (r roundTripImpl) RoundTrip(req *Request) (resp *Response, err error) {
1692 return r.roundTrip(req)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected