1/// Taken from https://github.com/seanmonstar/reqwest/blob/master/tests/support/mod.rs 2pub mod server; 3 4#[allow(unused)] 5pub static DEFAULT_USER_AGENT: &str = 6 concat!(env!("CARGO_PKG_NAME"), "/", env!("CARGO_PKG_VERSION"));