aio-libs

Articles tagged with: aio-libs

How we handle security at aio-libs

aiohttp and the wider aio-libs family sit underneath a big slice of the Python ecosystem, which means our bugs become everyone else’s bugs. Security has always been part of the job, but the last year has seen a run of dedicated work on it - two external audits, a funded …

Published:

Introducing aiohttp

Most of you reading this already know aiohttp as the longest-running asynchronous HTTP client for Python’s asyncio. What is less widely known is that the same package also ships a full-featured web server and framework, available under aiohttp.web.

Published: