Type Alias actix_http::h1::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 */ }