I want all ArcGIS Kotlin SDK traffic to go through a proxy. I would expect to set this through the HTTP client, but the ArcGISHTTPClient doesn't expose any such methods.
I had a look at the network request interception support: https://developers.arcgis.com/kotlin/api-reference/arcgis-maps-kotlin/com.arcgismaps.httpcore/-interceptor/index.html
But this only lets me change the request URL, headers and parameters.
How would I use a proxy in this case?