Versions in this module Expand all Collapse all v0 v0.0.3 Oct 19, 2019 Changes in this version + type Copier interface + Copy func(dstinfo Info, src io.Reader) error + type DefaultCopier struct + func (c DefaultCopier) Copy(dstinfo Info, src io.Reader) error + type Downloader struct + func NewDownloader(ctx context.Context, client http.Client) *Downloader + func (dler *Downloader) Download(info Info) error + type Info struct + Body io.Reader + Headers http.Header + Method string + Output io.Writer + URL string