Documentation
      ¶
    
    
  
    
  
    Index ¶
- func Download(url string) (resp *http.Response, err error)
 - func NewHTTPRequestError(msg string, res *http.Response) error
 - func ResumableRequestReader(c *http.Client, r *http.Request, maxfail uint32, totalsize int64) io.ReadCloser
 - func ResumableRequestReaderWithInitialResponse(c *http.Client, r *http.Request, maxfail uint32, totalsize int64, ...) io.ReadCloser
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHTTPRequestError ¶ added in v1.7.0
func ResumableRequestReader ¶
func ResumableRequestReader(c *http.Client, r *http.Request, maxfail uint32, totalsize int64) io.ReadCloser
ResumableRequestReader makes it possible to resume reading a request's body transparently maxfail is the number of times we retry to make requests again (not resumes) totalsize is the total length of the body; auto detect if not provided
Types ¶
This section is empty.
 Click to show internal directories. 
   Click to hide internal directories.