Function run

Source
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.