# Functions
Request a given URL and return an io.Reader.
No description provided by the author
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.
No description provided by the author