HTTPClient returns the Client's underlying http.Client.
()
| 482 | |
| 483 | // HTTPClient returns the Client's underlying http.Client. |
| 484 | func (c *Client) HTTPClient() *http.Client { |
| 485 | return c.httpClient |
| 486 | } |
| 487 | |
| 488 | // A HaveCache caches whether a remote blobserver has a blob. |
| 489 | type HaveCache interface { |
no outgoing calls
no test coverage detected