FastAPI

taskstesting

FastAPI is an ASGI web framework built on Starlette and Pydantic. It derives request validation, serialization and OpenAPI docs from ordinary type hints.

Notes to come: routing, dependency injection, request and response models, background tasks, testing.

Related