# Functions
NewRequestReader 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.
NewRequestReaderWithInitialResponse makes it possible to resume reading the body of an already initiated request.