|
say you need to use all 'proxy', 'http2', 'retries': client = AsyncClient(transport=AsyncHTTPTransport(http2=True, proxy=httpx.Proxy('proxy url'), retries=3))
client.get...it's hard to use, and the routed proxies still can't use 'retries'. Therefore I think the |
Answered by
zanieb
Dec 28, 2022
Replies: 3 comments
|
Hi! I've proposed this before and begun work on the changes — I'll push the draft for you: #2517 |
0 replies
Answer selected by
lovelydinosaur
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! I've proposed this before and begun work on the changes — I'll push the draft for you: #2517