mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-07-26 07:58:14 +00:00
k2v-client: re-export crates hyper_rustls and hyper_util
This commit is contained in:
@@ -26,6 +26,10 @@ mod error;
|
||||
|
||||
pub use error::Error;
|
||||
|
||||
// Re-export these crates: values from these are passed to K2vClient::new_with_client
|
||||
pub use hyper_rustls;
|
||||
pub use hyper_util;
|
||||
|
||||
pub type Body = FullBody<Bytes>;
|
||||
|
||||
const DEFAULT_TIMEOUT: Duration = Duration::from_secs(5);
|
||||
|
||||
Reference in New Issue
Block a user