fastapi
numerous.frameworks.fastapi
Module for integrating Numerous with FastAPI.
FastAPICookieGetter
Source code in numerous/frameworks/fastapi.py
9 10 11 12 13 14 15 16 17 18 19 | |
cookies()
Get the cookies associated with the current request.
Source code in numerous/frameworks/fastapi.py
13 14 15 16 17 18 19 | |
get_session(request)
Get the session for the current user.
Returns:
| Type | Description |
|---|---|
Session
|
The session for the current user. |
Source code in numerous/frameworks/fastapi.py
22 23 24 25 26 27 28 29 30 | |