Documentation
¶
Overview ¶
Package http is a downloader implementer for downloading files from HTTP/S
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a HTTP downloader
func (*Client) Download ¶
func (c *Client) Download(ctx context.Context, baseDir string, progress chan downloader.ProgressUpdate, furl string) error
Download downloads a torrent
func (*Client) Register ¶
func (c *Client) Register() downloader.ClientRegister
Register is called to register this implementation for a protocol
Click to show internal directories.
Click to hide internal directories.