MCPcopy
hub / github.com/dropbox/godropbox / Do

Method Do

net2/http2/load_balanced_pool.go:223–225  ·  view source on GitHub ↗

Pool interface methods

(req *http.Request)

Source from the content-addressed store, hash-verified

221//
222
223func (pool *LoadBalancedPool) Do(req *http.Request) (resp *http.Response, err error) {
224 return pool.DoWithTimeout(req, 0)
225}
226
227func (pool *LoadBalancedPool) DoWithParams(
228 req *http.Request,

Callers 2

TestRetriesMethod · 0.95
TestConnectTimeoutMethod · 0.95

Calls 1

DoWithTimeoutMethod · 0.95

Tested by 2

TestRetriesMethod · 0.76
TestConnectTimeoutMethod · 0.76