-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Implement HTTP proxy support #44
Comments
I've started looking into this a while back and it actually worked out quite good, but I was never quite happy with its API. As such, I'm looking into adding PSR-7 support via #41 first 👍 In the meantime, these proxy servers are already supported:
|
Hi |
@enrico69 Absolutely! Have you tried any of the above links? Simply pass a custom connector instance to the Note that plain HTTP proxies are currently not supported yet, hence why this ticket is still open. |
@clue However is this solution still up to date? |
OK I finally managed to do it. composer require clue/http-proxy-react:^1.1 Then a little bit of work to adapt my code to these older version (missing factories for example). Thanks for your work |
Having used https://github.com/clue/reactphp-http-proxy and https://github.com/clue/reactphp-socks and https://github.com/clue/reactphp-ssh-proxy for a while, I don't think there's anything that needs to be done in this ticket anymore. I'll assume this is resolved and will close this for now, please feel free to report back otherwise 👍 |
No description provided.
The text was updated successfully, but these errors were encountered: