k2v-client: re-export crates hyper_rustls and hyper_util

This commit is contained in:
Armaël Guéneau
2026-06-02 15:24:58 +02:00
committed by Alex
parent d588a96125
commit 0ebf60f709
+4
View File
@@ -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);