Description
Connects HTTPX-style Python code to an aiohttp-powered transport. It is useful when a project wants the HTTPX interface while relying on aiohttp behavior or compatibility in the networking layer.
This package is for developers tuning Python HTTP clients, not for people looking for a separate network application. It affects how requests are sent inside software that explicitly chooses this transport.