Type Definition spirit_hyper::HttpServer[][src]

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

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