reqwest
reqwest copied to clipboard
Supporting custom proxy protocol
This PR allows dependents to add proxy protocols (such as SOCKS4) that are not supported by reqwest.
Thanks for the PR. Though, I do not plan to add something that exposes the IO traits.
It is very disappointing... I used to use hyper for this purpose, but when hyper 1.0 was released, I tried to migrate to it, but it was too difficult than hyper 0.14, so I had to give up. reqwest can easily handle http, but it cannot handle arbitrary streams like hyper, so I made this.