Skip to content

Replace aiohttp with httpx.

Compare
Choose a tag to compare
@yunstanford yunstanford released this 01 Mar 18:01
· 15 commits to master since this release
d31dd30

Replace heavy aiohttp package by lightweight async client, httpx. aiohttp includes implementation for client/server while pytest-sanic uses only ClientSession functionality. As a result aiohttp takes more disk space ~4.0M comparing to ~450kB (httpx). Also, aiohttp has more auxiliary packages.

Incompatible changes