async fn handle_http_request<R, S>(
request: Request<Incoming>,
context: &ProxyContext<R>,
listener_isolation: (usize, IpAddr),
) -> Result<Response<String>, Error>Expand description
Handle a single HTTP request.
This function is invoked by hyper.