Function tunnel

Source
async fn tunnel<T>(
    conn: T,
    host: &str,
    port: u16,
    headers: &Headers,
) -> Result<T, TunnelError>
where T: Read + Write + Unpin,