hpx 2.5.12

High Performance HTTP Client
Documentation
1
2
3
4
5
6
7
8
9
pub(crate) mod delay_server;
pub(crate) mod error;
pub(crate) mod layer;
pub(crate) mod server;

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