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.

593 B

APIRouter class

یہاں APIRouter class کی حوالہ جاتی معلومات ہیں، اس کے تمام parameters، attributes اور methods کے ساتھ۔

آپ APIRouter class کو براہ راست fastapi سے import کر سکتے ہیں:

from fastapi import APIRouter

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