🚀 Feature Proposal
HttpConnection supports providing a proxy URL as an option, but this is not supported by UndiciConnection despite being the default connection type. Undici now has a ProxyAgent dispatcher that should help support this behavior.
Motivation
Parity with the legacy HttpConnection, so that more users can depend on UndiciConnection by default.
🚀 Feature Proposal
HttpConnectionsupports providing aproxyURL as an option, but this is not supported byUndiciConnectiondespite being the default connection type. Undici now has aProxyAgentdispatcher that should help support this behavior.Motivation
Parity with the legacy
HttpConnection, so that more users can depend onUndiciConnectionby default.