Description
aiohttp.web applications can share common middleware behavior from a reusable collection. This package is for developers adding request handling, errors, headers, or other web cross-cutting features. Middleware sits on every request path, so ordering, trust boundaries, and error exposure should be reviewed.