Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fastapi/fastapi
/ tutorial006_py310.py
File
tutorial006_py310.py
docs_src/security/tutorial006_py310.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
fastapi
import
Depends, FastAPI
2
from
fastapi.security
import
HTTPBasic, HTTPBasicCredentials
3
4
app = FastAPI()
Callers
nothing calls this directly
Calls
2
FastAPI
Class · 0.90
HTTPBasic
Class · 0.90
Tested by
no test coverage detected