Skip to content

Using fast-proxy-lite as default proxy library

Compare
Choose a tag to compare
@jkyberneees jkyberneees released this 08 Nov 20:39
· 95 commits to master since this release
b0b089f

Changes:

  • The fast-proxy-lite module is used by default to support http proxy type 🔥. This means, no undici or http2 are supported by default.
  • The old fast-proxy module is available under the http-legacy proxy type, but the module is not installed by default.
  • Proxy configuration is now generalized under the proxyConfig property.
  • Introduced "proxy factory" approach that simplifies the integration with custom proxy libraries.