Type Definition spirit_hyper::HttpServer

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

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