Function actix_web::error::ErrorHttpVersionNotSupported
source · pub fn ErrorHttpVersionNotSupported<T>(err: T) -> Errorwhere
T: Debug + Display + 'static,
Expand description
Helper function that wraps any error and generates a HTTP_VERSION_NOT_SUPPORTED
response.