-
Notifications
You must be signed in to change notification settings - Fork 1
Add proxy support to HTTP Client #35
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
Conversation
In case we are being blocked by a domain we need to be able to use a proxy.
Make sure that the proxy is configured properly when added to client.
Add a proxy server and a target server to enable tests for ensuring requests are routed trough proxy
Implement shared examples for proxy configuration and routing
roback
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some small comments, but other than that I think everything here looks good 😃
roback
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🎉
yendi127
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Good job! 🥳
This PR adds the ability to route HTTP requests through a proxy server.
Changes
proxyparameter toTwingly::HTTP::ClientinitializationTests