Skip to main content

handle_connect_request

Function handle_connect_request 

Source
async fn handle_connect_request<R, S>(
    request: Request<Incoming>,
    context: &ProxyContext<R>,
    listener_isolation: (usize, IpAddr),
) -> Result<Response<String>>
where R: Runtime, S: AsyncRead + AsyncWrite + Send + Sync + Unpin + 'static,
Expand description

Return an appropriate reply to the given CONNECT request.