not good as Python asyncio and Python typing perspective
requests.post(url, data=json.dumps(data))
niquestsjawah • Updated 2024 Mar 7 12:55 alternative which support multiplexed connection like HTTP/3
niquests
jawah • Updated 2024 Mar 7 12:55
import niquests s = niquests.Session(resolver="doh+google://", multiplexed=True) s.get()

Seonglae Cho