committed by
GitHub
1 changed files with 24 additions and 0 deletions
@ -0,0 +1,24 @@ |
|||||
|
# `APIRouter`-Klasse |
||||
|
|
||||
|
Hier sind die Referenzinformationen für die Klasse `APIRouter` mit all ihren Parametern, Attributen und Methoden. |
||||
|
|
||||
|
Sie können die `APIRouter`-Klasse direkt von `fastapi` importieren: |
||||
|
|
||||
|
```python |
||||
|
from fastapi import APIRouter |
||||
|
``` |
||||
|
|
||||
|
::: fastapi.APIRouter |
||||
|
options: |
||||
|
members: |
||||
|
- websocket |
||||
|
- include_router |
||||
|
- get |
||||
|
- put |
||||
|
- post |
||||
|
- delete |
||||
|
- options |
||||
|
- head |
||||
|
- patch |
||||
|
- trace |
||||
|
- on_event |
Loading…
Reference in new issue