reqwest
reqwest copied to clipboard
Support specifying a struct that implements tokio's AsyncRead/AsyncWrite as the underlying connection.
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.