[][src]Function humblegen_rt::server::handle_request

pub async fn handle_request(
    services: Arc<RegexSetMap<Request<Body>, Service>>,
    req: Request<Body>
) -> Response<Body>

The routine that maps an incoming hyper request to a service in services, and invokes the service's dispatcher.