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
Describe the solution you'd like
It would be ideal to include support for the increasingly popular httpx library, similar to that for requests and aiohttp. The default transport layer for httpx is httpcore which supports HTTP/2 in addition to HTTP/1.1.
These libraries have async support for asyncio, trio, and curio.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
It would be ideal to include support for the increasingly popular
httpx
library, similar to that forrequests
andaiohttp
. The default transport layer forhttpx
ishttpcore
which supports HTTP/2 in addition to HTTP/1.1.These libraries have async support for
asyncio
,trio
, andcurio
.The text was updated successfully, but these errors were encountered: