master
/ miniconda3 / envs / poem / lib / python3.10 / site-packages / fastapi / middleware / trustedhost.py

trustedhost.py @a8e0244 raw · history · blame

1
2
3
from starlette.middleware.trustedhost import (  # noqa
    TrustedHostMiddleware as TrustedHostMiddleware,
)