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
i'd be interested in seeing support for httpx alongside aiohttp, httplib, and requests. 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.