Versions in this module Expand all Collapse all v0 v0.1.3 May 8, 2019 Changes in this version + type Client struct + CacheGet func(ctx context.Context, dst io.Writer, url string) (found bool, contentType string, err error) + CachePut func(ctx context.Context, url, contentType string, src io.Reader, srcLen int64) error + Client *http.Client + Filer *iox.Filer + Logf func(format string, v ...interface{}) + func (c *Client) Do(req *http.Request) (*http.Response, error) + func (c *Client) Shutdown(ctx context.Context)