reqwest icon indicating copy to clipboard operation
reqwest copied to clipboard

Support specifying a struct that implements tokio's AsyncRead/AsyncWrite as the underlying connection.

Open L-jasmine opened this issue 1 year ago • 0 comments

In hyper v1, we could specify our own underlying I/O connection, which is useful in cases where the system TCP cannot be used. So, I hope reqwest can provide similar functionality.

L-jasmine avatar Mar 01 '24 06:03 L-jasmine