Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fastapi/fastapi
/ test_default_response_class.py
File
test_default_response_class.py
tests/test_default_response_class.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
typing
import
Any
2
3
from
fastapi
import
APIRouter, FastAPI
4
from
fastapi.responses
import
HTMLResponse, JSONResponse, PlainTextResponse
Callers
nothing calls this directly
Calls
3
FastAPI
Class · 0.90
APIRouter
Class · 0.90
include_router
Method · 0.45
Tested by
no test coverage detected