| Crates.io | zarrs_http |
| lib.rs | zarrs_http |
| version | 0.3.0 |
| created_at | 2024-09-15 09:35:34.71592+00 |
| updated_at | 2025-09-17 23:15:29.56593+00 |
| description | A synchronous http store for the zarrs crate |
| homepage | https://zarrs.dev |
| repository | https://github.com/zarrs/zarrs/tree/main/zarrs_http |
| max_upload_size | |
| id | 1375346 |
| size | 69,944 |
A synchronous http store for the zarrs Rust crate.
For asynchronous HTTP support, use zarrs_object_store or zarrs_opendal.
use zarrs_storage::ReadableStorage;
use zarrs_http::HTTPStore;
let http_store: ReadableStorage = Arc::new(HTTPStore::new("http://...")?);
zarrs_http is licensed under either of
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.