Type Definition actix_http::h1::H1ServiceHandler [−][src]
pub type H1ServiceHandler<T, S, B, X, U> = HttpServiceHandler<T, S, B, X, U>;
Expand description
Service implementation for HTTP/1 transport
pub type H1ServiceHandler<T, S, B, X, U> = HttpServiceHandler<T, S, B, X, U>;
Service implementation for HTTP/1 transport