Skip to main content

handle_proxy_request

Function handle_proxy_request 

Source
pub async fn handle_proxy_request(
    req: Request<Body>,
    manager: Arc<ProxyManager>,
    client: Client<HttpConnector>,
    remote_addr: SocketAddr,
) -> Result<Response<Body>, Error>