Skip to main content

connect_stream

Function connect_stream 

Source
fn connect_stream(
    parsed: &ParsedUrl,
) -> Result<Box<dyn ReadWriteStream>, RError>
Expand description

Open a TCP connection and optionally wrap it in TLS. Returns a boxed Read+Write stream.