httpio
Python library for reading HTTP resources as random-access file-like objects
Python library for reading HTTP resources as random-access file-like objects
To install this package, run one of the following:
HTTP resources as random-access file-like objects.
httpio is a small Python library that allows you to access files served over HTTP as file-like objects (which is to say that they support the interface of the standard library's BufferedIOBase class). It differs from libraries like urllib and requests in that it supports seek() (which moves an internal pointer), and that read() makes a request with the Range header set. It also supports caching of contents using a configurable block size, and will reuse TCP connections where possible.
Summary
Python library for reading HTTP resources as random-access file-like objects
Last Updated
Jan 9, 2022 at 16:18
License
MIT
Total Downloads
7
Supported Platforms
GitHub Repository
https://github.com/barneygale/httpio