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
Is there any chance of exposing Network.HTTP.Proxy? My use case is that i'd like to be able to use a trusted caching proxy locally, sourced from the environment, but also use useProxySecureWithoutConnect. Unfortunately useProxySecureWithoutConnect requires an explicit proxy in the code, rather than being able to source it from the environment.
The text was updated successfully, but these errors were encountered:
Is there any chance of exposing Network.HTTP.Proxy? My use case is that i'd like to be able to use a trusted caching proxy locally, sourced from the environment, but also use
useProxySecureWithoutConnect
. UnfortunatelyuseProxySecureWithoutConnect
requires an explicit proxy in the code, rather than being able to source it from the environment.The text was updated successfully, but these errors were encountered: