Skip to main content

Module http

Module http 

Source
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§

HttpBackend
A read-only storage backend using HTTP/HTTPS.
HttpResponse
Response from an HTTP operation.
RangeHttpBackend
HTTP backend with support for partial/range requests.
ReqwestHttpClient
Real HTTP client implementation using reqwest.

Traits§

HttpClient
Trait for HTTP client operations.