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