Provides transports for httpx to work on top of aiohttp
Provides transports for httpx to work on top of aiohttp, handling all high-level features like authentication, retries, and cookies through httpx, while delegating low-level socket-level HTTP messaging to aiohttp.
Provides transports for httpx to work on top of aiohttp, handling all high-level features like authentication, retries, and cookies through httpx, while delegating low-level socket-level HTTP messaging to aiohttp.
To install py314-httpx-aiohttp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py314-httpx-aiohttp
To see what files were installed by py314-httpx-aiohttp, run:
port contents py314-httpx-aiohttp
To later upgrade py314-httpx-aiohttp, run:
sudo port selfupdate && sudo port upgrade py314-httpx-aiohttp
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.