Skip to main content

send_http_connect_request

Function send_http_connect_request 

Source
async fn send_http_connect_request<R: NetStreamProvider + Send + Sync>(
    stream: &mut R::Stream,
    auth: &Option<(Sensitive<String>, Sensitive<String>)>,
    target_str: &str,
) -> Result<(), ProxyError>
Expand description

Send HTTP CONNECT request to proxy.