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 like to be able to use aiobotocore in a project that uses trio and httpx
anyio provides a generic interface to curio/trio/asyncio that libraries can use to provide generic support for all async/await eventloops
aiobotocore would require users to pass a "request" coroutine function that provides all the http functionality that aiobotocore needs for http requests
natflow, jheiss, graingert, si14, valpackett and 13 more