encode / httpx

A next generation HTTP client for Python. 🦋
https://www.python-httpx.org/
BSD 3-Clause "New" or "Revised" License
12.7k stars 811 forks source link

Set proxy for a single request #3146

Closed AneryCoft closed 2 months ago

AneryCoft commented 3 months ago

We can only create a global proxy when the client is instantiated. Whether to add proxy parameters in every client requests?