Function actix_web::error::ErrorHttpVersionNotSupported
source ยท pub fn ErrorHttpVersionNotSupported<T>(err: T) -> Error
Expand description
Helper function that wraps any error and generates a HTTP_VERSION_NOT_SUPPORTED
response.