cf-reqwest 0.13.0

higher level HTTP client library
Documentation
1
2
3
4
5
6
7
pub mod delay_server;
pub mod server;

// TODO: remove once done converting to new support server?
#[allow(unused)]
pub static DEFAULT_USER_AGENT: &str =
    concat!(env!("CARGO_PKG_NAME"), "/", env!("CARGO_PKG_VERSION"));