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.

3.3 KiB

🏧 🛠️

👑 🔰 👆 🚮 🛃 🛠️{.internal-link target=_blank} 👆 🈸.

& ⤴️ 👆 🍵 ⚜ ⏮️ CORSMiddleware{.internal-link target=_blank}.

👉 📄 👥 🔜 👀 ⚙️ 🎏 🛠️.

🔫 🛠️

FastAPI 🔛 💃 & 🛠️ 🔫 🔧, 👆 💪 ⚙️ 🙆 🔫 🛠️.

🛠️ 🚫 ✔️ ⚒ FastAPI ⚖️ 💃 👷, 📏 🔫 🔌.

🏢, 🔫 🛠️ 🎓 👈 📨 🔫 📱 🥇 .

, 🧾 🥉-🥳 🔫 🛠️ 👫 🔜 🎲 💬 👆 🕳 💖:

from unicorn import UnicornMiddleware

app = SomeASGIApp()

new_app = UnicornMiddleware(app, some_config="rainbow")

️ FastAPI (🤙 💃) 🚚 🙅 🌌 👈💭 👈 🔗 🛠️ 🍵 💽 & 🛃🐕‍🦺 👷 ☑.

👈, 👆 ⚙️ app.add_middleware() (🖼 ⚜).

from fastapi import FastAPI
from unicorn import UnicornMiddleware

app = FastAPI()

app.add_middleware(UnicornMiddleware, some_config="rainbow")

app.add_middleware() 📨 🛠️ 🎓 🥇 & 🙆 🌖 🚶‍♀️ 🛠️.

🛠️ 🛠️

FastAPI 🔌 📚 🛠️⚙️ 💼, 👥 🔜 👀 ⚙️ 👫.

!!! note "📡 ℹ" ⏭ 🖼, 👆 💪 ⚙️ from starlette.middleware.something import SomethingMiddleware.

**FastAPI** 🚚 📚 🛠️ `fastapi.middleware` 🏪 👆, 👩‍💻. ✋️ 🌅 💪 🛠️ 👟 🔗 ⚪️➡️ 💃.

HTTPSRedirectMiddleware

🛠️ 👈 🌐 📨 📨 🔜 👯‍♂️ https ⚖️ wss.

🙆 📨 📨 http ⚖️ ws 🔜 🔐↩️.

{!../../../docs_src/advanced_middleware/tutorial001.py!}

TrustedHostMiddleware

🛠️ 👈 🌐 📨 📨 ✔️ ☑ ⚒ Host 🎚, ✔ 💂‍♂ 🛡 🇺🇸🔍 🦠 🎚 👊.

{!../../../docs_src/advanced_middleware/tutorial002.py!}

📄 🐕‍🦺:

  • allowed_hosts - 📇 🆔 📛 👈 🔜📛. 🃏 🆔 *.example.com 🐕‍🦺 🎀 📁. ✔ 🙆 📛 👯‍♂️ ⚙️ allowed_hosts=["*"] ⚖️ 🚫 🛠️.

🚥 📨 📨 🔨 🚫 ✔ ☑ ⤴️ 400 📨 🔜 📨.

GZipMiddleware

🍵 🗜 📨 🙆 📨 👈 🔌 "gzip" Accept-Encoding 🎚.

🛠️ 🔜 🍵 👯‍♂️ 🐩 & 🎥 📨.

{!../../../docs_src/advanced_middleware/tutorial003.py!}

📄 🐕‍🦺:

  • minimum_size - 🚫 🗜 📨 👈 🤪 🌘 👉 💯 📐 🔢. 🔢 500.

🎏 🛠️

📤 📚 🎏 🔫 🛠️.

🖼:

👀 🎏 💪 🛠️ 💃 🛠️ 🩺 & 🔫 👌 📇.