You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.