blob: 31eeaf87cbf59fc38967c19f454aed6148bf0e1b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
aiohttp-apispec key features:
- docs and request_schema decorators to add swagger spec support out of the box
- validation_middleware middleware to enable validating with marshmallow
schemas from those decorators;
- SwaggerUI support.
- match_info_schema, querystring_schema, form_schema, json_schema,
headers_schema and cookies_schema decorators for specific request parts
validation.
|