Skip to main content

connect

Function connect 

Source
pub async fn connect(stream: BoxStream, _target: &Target) -> Result<BoxStream>
Expand description

RAW proxy: no handshake, the stream is forwarded as-is.

This is a no-op that returns the stream unchanged, used when the proxy is configured as raw type.