Documentation ¶
Index ¶
Constants ¶
View Source
const MaxAllowedRedirects = 10
Variables ¶
View Source
var ( //nolint:gochecknoglobals // following in the steps of the standard library DefaultClient = NewClient([]string{"github.com", "gitlab.com", "sighup.io"}) ErrNoRequest = errors.New("no request") ErrMaxAllowedRedirectsExceeded = errors.New("maximum number of allowed redirects exceeded") )
View Source
var ErrCannotDownloadFile = errors.New("cannot download file")
Functions ¶
func DownloadFile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.