pub fn run<S: HttpService>(s: S, addr: SocketAddr)Expand description
Run the given HttpService at the given address on the default runtime, using hyper as
backend.
pub fn run<S: HttpService>(s: S, addr: SocketAddr)Run the given HttpService at the given address on the default runtime, using hyper as
backend.