[][src]Function http_service_hyper::run

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.