MCPcopy
hub / github.com/perkeep/perkeep / HTTPClient

Method HTTPClient

pkg/client/client.go:484–486  ·  view source on GitHub ↗

HTTPClient returns the Client's underlying http.Client.

()

Source from the content-addressed store, hash-verified

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

Callers 2

CloseMethod · 0.95
storageFromParamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected