actix_http::h1

Type Alias H1ServiceHandler

source
pub type H1ServiceHandler<T, S, B, X, U> = HttpServiceHandler<T, S, B, X, U>;
Expand description

Service implementation for HTTP/1 transport

Aliased Typeยง

struct H1ServiceHandler<T, S, B, X, U> { /* private fields */ }