Expand description
A synchronous http
store for the zarrs
crate.
use zarrs_storage::ReadableStorage;
use zarrs_http::HTTPStore;
let http_store: ReadableStorage = Arc::new(HTTPStore::new("http://...")?);
§Licence
zarrs_http
is licensed under either of
- the Apache License, Version 2.0 LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0 or
- the MIT license LICENSE-MIT or http://opensource.org/licenses/MIT, at your option.
Structs§
- HTTP
Store - A synchronous HTTP store.
Enums§
- HTTP
Store Create Error - A HTTP store creation error.