Function peer_to_http

Source
pub async fn peer_to_http(
    addr: &str,
    client_pools: HttpConnectionPools,
    send: &mut SendStream,
    recv: FrameReader,
) -> Result<()>