Type Definition spirit_hyper::HttpServer

source ·
pub type HttpServer<ExtraCfg = Empty> = HyperServer<TcpListen<ExtraCfg>>;
Expand description

A type alias for http (plain TCP) hyper server.