Function bore_cli::shared::proxy

source ยท
pub async fn proxy<S1, S2>(stream1: S1, stream2: S2) -> Result<()>
Expand description

Copy data mutually between two read/write streams.