Function actix_web::error::ErrorHttpVersionNotSupported

source ยท
pub fn ErrorHttpVersionNotSupported<T>(err: T) -> Error
where T: Debug + Display + 'static,
Expand description

Helper function that wraps any error and generates a HTTP_VERSION_NOT_SUPPORTED response.