feat(lib): implement compatibility with http crate
This commit is contained in:
6
src/client/compat.rs
Normal file
6
src/client/compat.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
//! Wrappers to build compatibility with the `http` crate.
|
||||
|
||||
pub use super::compat_impl::{
|
||||
CompatClient,
|
||||
CompatFutureResponse
|
||||
};
|
||||
Reference in New Issue
Block a user