Allow any custom agent instead of just follow-redirects#1285
Allow any custom agent instead of just follow-redirects#1285hasnat wants to merge 1 commit intohttp-party:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1285 +/- ##
=========================================
Coverage ? 92.33%
=========================================
Files ? 6
Lines ? 313
Branches ? 0
=========================================
Hits ? 289
Misses ? 24
Partials ? 0
Continue to review full report at Codecov.
|
|
There's already an |
you're right; agent + httpAgent certainly makes things confusing; possibly docs update to clarify better? code wise it looks like this e.g. lib/http-proxy/passes/web-incoming.js:125 my use case was to replace tls with custom module for https requests |
|
Oh, I see - this is where we could use something like e.g. There's probably room for refactoring to provide a single configuration that allows both (e.g. hooks for creating connection and getting the stream), but it's probably moot anyhow, since this your PR is going on 4 years old, there have been no commits in almost 2 years. Perhaps a strong ping in the "New Maintainers" issue would receive a response, as indexzero does seem to still be relatively active on GitHub. |
|
thanks, your mentions probably already have alerted maintainers. let's see what's suggested. |
No description provided.