thoughtspot / cs_tools

Scale your ThoughtSpot adoption with tools created by the ThoughtSpot Solutions Consulting organization.
https://thoughtspot.github.io/cs_tools/
Other
8 stars 6 forks source link

Add support for Proxying #84

Closed boonhapus closed 4 months ago

boonhapus commented 10 months ago

This should be pretty simple to add to both the config and pass into the HTTPX Client interface.

HTTPX Docs on proxying

boonhapus commented 10 months ago

This will likely need to happen after cleaning up the Config interface as well. Planned for our the slow hours during holiday time this year. 😄

boonhapus commented 5 months ago

https://www.python-httpx.org/advanced/proxies/

need to implement this in the configuration

boonhapus commented 4 months ago

Implemented as part of v1.5.2