-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
add ability to pass proxyOptions #688
Conversation
542ac74
to
0155b4b
Compare
0155b4b
to
29678ea
Compare
Is it possible to be reviewed or get an advice about this please? |
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.
I think this looks good! Last couple things to do:
- Add this option to
doc/http-server.1
- Tests! They don't need to be too complex since http-proxy already has its own tests, but we should make sure the options are getting through
29678ea
to
f52c96a
Compare
I added the expected doc and an example (inspired from http-proxy) which tests proxy options and ensures the issue #214 is covered. |
Nevermind, tests have run now |
This PR appears to solve #719 |
Thanks a lot @thornjad |
Thanks @yannickglt, very helpful proposal! |
Replaces #459
http-proxy library that is used in http-server support options.
Fixes #214, fixes #246, fixes #638, fixes #719