Open
Description
- Support these environment variables in fetch() (behind NODE_USE_ENV_PROXY)
- Initial support http: support HTTP[S]_PROXY environment variables in fetch #57165
- align with curl: do not tunnel for http proxy ProxyAgent has different behavior from curl -x undici#4083
- align with curl: support keep-alive Support proxy keep-alive undici#4086
- Support these environment variables in http(s) builtins (behind NODE_USE_ENV_PROXY)
- Support for http(s).request: WIP
- Support in http(s) Agent
- Enable support for NODE_USE_ENV_PROXY by default in fetch() (less risky since fetch is patched less in the wild)
- Enable support for NODE_USE_ENV_PROXY by default in http(s) builtins (might be too risky, need to investigate)
- See if NODE_USE_ENV_PROXY interops well with existing ecosystem integration of these environment variables
- Share code between the fetch and the http(s) builtin implementation (e.g. env var parsing & matching)
Metadata
Metadata
Assignees
Labels
No labels