Skip to main content

handle_proxy

Function handle_proxy 

Source
pub async fn handle_proxy(
    proxy: ProxyService,
    req: Request<Body>,
) -> Result<Response<Body>, (StatusCode, String)>