Function humphrey_server::server::proxy::pipe[][src]

pub fn pipe(
    source: &mut TcpStream,
    destination: &mut TcpStream
) -> Result<(), ()>
Expand description

Pipe bytes from one stream to another, up to 1KiB at a time.