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