- [ ] Support these environment variables in fetch() - [x] Initial support https://github.com/nodejs/node/pull/57165 - [ ] align with curl: do not tunnel for http proxy https://github.com/nodejs/undici/issues/4083 - [ ] align with curl: support keep-alive https://github.com/nodejs/undici/issues/4086 - [ ] Support these environment variables in http(s) builtins - [ ] Support for http(s).request: [WIP](https://github.com/joyeecheung/node/tree/http-agent-proxy-3) - [ ] Support in http(s) Agent - [ ] Share code between the fetch and the http(s) builtin implementation (e.g. env var parsing & matching)