httpx
A broadly requests-compatible API.
+ 非同期サポート
Opening and closing clients
In order to get the most benefit from connection pooling, make sure you're not instantiating multiple client instances - for example by using async with inside a "hot loop". (warning)