fastapi-master/fastapi/requests.py

3 lines
142 B
Python
Raw Normal View History

2024-08-24 12:41:47 +08:00
from starlette.requests import HTTPConnection as HTTPConnection # noqa: F401
from starlette.requests import Request as Request # noqa: F401