httpx
https://www.python-httpx.org/
#Encode_OSS_Ltd
#requests に似たインターフェース
A broadly requests-compatible API.
+ 非同期サポート
https://www.python-httpx.org/async/
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)
都度インスタンス化するのではなく、1つのインスタンスを使い回す https://x.com/ftnext/status/1839573538342416715
httpxで非同期リクエストを送る
Qiita HTTPXとasyncioを利用したPythonの非同期HTTPリクエスト
httpx Exceptions
#aiohttp があるが、httpxはなぜ開発されている?