qiniu-http-client 0.2.4

Qiniu HTTP Client for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
mod context;
mod extended;
mod simplified;

pub use context::CallbackContext;
pub use extended::ExtendedCallbackContext;
pub use simplified::SimplifiedCallbackContext;

pub(super) use context::CallbackContextImpl;
pub(super) use extended::ExtendedCallbackContextImpl;