Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetURL ¶
func GetURL(httpBackoffClient *httpbackoff.Client, url string, writeSeeker io.WriteSeeker) (contentType string, contentLength int64, err error)
Get the given URL, retrying based on the configuration of the given httpbackoff client, and writing the result to the given WriteSeeker.
Types ¶
type HTTPRetryError ¶
func (HTTPRetryError) Error ¶
func (re HTTPRetryError) Error() string
Click to show internal directories.
Click to hide internal directories.