Expand description
HTTP/HTTPS storage backend (read-only).
Provides read-only access to datasets hosted on HTTP/HTTPS servers. Useful for accessing public datasets without requiring cloud credentials.
Structs§
- Http
Backend - A read-only storage backend using HTTP/HTTPS.
- Http
Response - Response from an HTTP operation.
- Range
Http Backend - HTTP backend with support for partial/range requests.
- Reqwest
Http Client - Real HTTP client implementation using reqwest.
Traits§
- Http
Client - Trait for HTTP client operations.