[][src]Function http_service_hyper::serve

pub fn serve<S: HttpService>(s: S, addr: SocketAddr)

Serve the given HttpService at the given address, using hyper as backend.