The current implementation of the library only supports creating a static proxy selector, where every connection is proxied through a single proxy.
To enable more complex routing of connections through proxies, users can construct more complex proxy selectors (for Babashka, this is possible with release 1.12.218 and later). However, constructing custom proxy selectors using Java interop is cumbersome.
To allow users to construct custom proxying decisions, some new functionality is required in http-client.
The current implementation of the library only supports creating a static proxy selector, where every connection is proxied through a single proxy.
To enable more complex routing of connections through proxies, users can construct more complex proxy selectors (for Babashka, this is possible with release 1.12.218 and later). However, constructing custom proxy selectors using Java interop is cumbersome.
To allow users to construct custom proxying decisions, some new functionality is required in
http-client.