Skip to main content

handle_proxy_request

Function handle_proxy_request 

Source
pub async fn handle_proxy_request(
    entry: Arc<ProxySiteEntry>,
    req: Request<Incoming>,
    peer_addr: &str,
) -> Result<Response<Incoming>, Error>
Expand description

Handle a proxy request - main entry point for the proxy handler