package
1.7.1
Repository: https://github.com/devx/docker.git
Documentation: pkg.go.dev

# 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