Skip to main content

Module http

Module http 

Source
Expand description

HTTP/HTTPS storage backend using reqwest with manual redirect following.

Range requests are re-sent verbatim on each redirect hop so that CDN cross-origin redirects (e.g. GitHub Releases → Azure Blob) work correctly.

Re-exports§

pub use async_client::HttpBackend;

Modules§

async_client
HTTP storage backend with embedded Tokio runtime.