This commit is contained in:
Alex Root Junior 2020-04-12 20:41:10 +03:00
parent 5b6ec599b1
commit 569a9c807c
2 changed files with 10 additions and 9 deletions

View file

@ -1,8 +1,8 @@
# Overview
**aiogram**'s provides powerful mechanism for customizing event handlers via middlewares.
**aiogram** provides powerful mechanism for customizing event handlers via middlewares.
Middlewares in bot framework seems like Middlewares mechanism in powerful web-frameworks
Middlewares in bot framework seems like Middlewares mechanism in web-frameworks
(like [aiohttp](https://docs.aiohttp.org/en/stable/web_advanced.html#aiohttp-web-middlewares),
[fastapi](https://fastapi.tiangolo.com/tutorial/middleware/),
[Django](https://docs.djangoproject.com/en/3.0/topics/http/middleware/) or etc.)