You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

538 B

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:

from fastapi import APIRouter

::: fastapi.APIRouter options: members: - websocket - include_router - get - put - post - delete - options - head - patch - trace - on_event