Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supporting custom proxy protocol #2042

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

WinLinux1028
Copy link

This PR allows dependents to add proxy protocols (such as SOCKS4) that are not supported by reqwest.

@seanmonstar
Copy link
Owner

Thanks for the PR. Though, I do not plan to add something that exposes the IO traits.

@WinLinux1028
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants