From 59d06811e342af8cff75872e7cfd02860068a1ec Mon Sep 17 00:00:00 2001 From: Erfan Date: Sat, 20 Jun 2026 13:18:34 +0330 Subject: [PATCH] Add aiohttp to Web APIs section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dfcb3ffbd7..630f6001ad 100644 --- a/README.md +++ b/README.md @@ -268,6 +268,7 @@ _Libraries for building RESTful and GraphQL APIs._ - Flask - [apiflask](https://github.com/apiflask/apiflask) - A lightweight Python web API framework based on Flask and Marshmallow. - Framework Agnostic + - [aiohttp](https://github.com/aio-libs/aiohttp) - An async HTTP client/server framework for asyncio and Python. - [connexion](https://github.com/spec-first/connexion) - A spec-first framework that automatically handles requests based on your OpenAPI specification. - [falcon](https://github.com/falconry/falcon) - A high-performance framework for building cloud APIs and web app backends. - [fastapi](https://github.com/fastapi/fastapi) - A modern, fast, web framework for building APIs with standard Python type hints.