macro_rules! http_error_proxy_authentication_required { ($($arg:tt)*) => { ... }; }
Expand description
Constructs an Error with hyper::StatusCode::PROXY_AUTHENTICATION_REQUIRED from a string or existing non-anyhow error value.
macro_rules! http_error_proxy_authentication_required { ($($arg:tt)*) => { ... }; }
Constructs an Error with hyper::StatusCode::PROXY_AUTHENTICATION_REQUIRED from a string or existing non-anyhow error value.