tide 0.0.5

WIP modular web framework
Documentation
1
2
3
4
// Use hyper to serve the given HttpService at the given address
pub(crate) fn serve<S: http_service::HttpService>(s: S, addr: std::net::SocketAddr) {
    http_service_hyper::serve(s, addr);
}