2 unstable releases
new 0.2.0 | Nov 15, 2024 |
---|---|
0.1.0 | Sep 15, 2024 |
#2367 in Encoding
87 downloads per month
130KB
2.5K
SLoC
zarrs_http
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://...")?);
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.
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.
Dependencies
~5–16MB
~208K SLoC