Add mermaid sequence diagrams to the FastAPI integration page in order to see what the integration does and at what stage.
- App lifecycle - Container setup, integration setup, app startup, and teardown.
- Per-request lifecycle - Request, scope creation, dependency resolution for
Injected[T], handler execution, response, and request-scope cleanup.
Add mermaid sequence diagrams to the FastAPI integration page in order to see what the integration does and at what stage.
Injected[T], handler execution, response, and request-scope cleanup.