[][src]Type Definition spirit_hyper::HttpServer

type HttpServer<ExtraCfg = Empty> = HyperServer<WithLimits<TcpListen<ExtraCfg>>>;

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