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
But when i am looking into Httpx documentations (for Client or HTTPTransport) or anywhere else, i don't find how to pass my proxy headers with HTTPTransport.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I'm working on a project and we use Httpx to make call to an API threw a proxy and we would like to up our version to 0.28.1.
Until version 0.27.2, in Client object, parameter proxies was deprecated but still available. So we use it to make our configuration as it :
I seen in this post #2879 that, in the new version, the way to make this was to use parameter mount with HTTPTransport object.
But when i am looking into Httpx documentations (for Client or HTTPTransport) or anywhere else, i don't find how to pass my proxy headers with HTTPTransport.
Can anyone enlighten me ?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions