mirror of https://github.com/tiangolo/fastapi.git
38 lines
1.1 KiB
Markdown
38 lines
1.1 KiB
Markdown
# ✅ 🇨🇻 - 🏺, ✳, 🎏
|
|
|
|
👆 💪 🗻 🇨🇻 🈸 👆 👀 ⏮️ [🎧 🈸 - 🗻](sub-applications.md){.internal-link target=_blank}, [⛅ 🗳](behind-a-proxy.md){.internal-link target=_blank}.
|
|
|
|
👈, 👆 💪 ⚙️ `WSGIMiddleware` & ⚙️ ⚫️ 🎁 👆 🇨🇻 🈸, 🖼, 🏺, ✳, ♒️.
|
|
|
|
## ⚙️ `WSGIMiddleware`
|
|
|
|
👆 💪 🗄 `WSGIMiddleware`.
|
|
|
|
⤴️ 🎁 🇨🇻 (✅ 🏺) 📱 ⏮️ 🛠️.
|
|
|
|
& ⤴️ 🗻 👈 🔽 ➡.
|
|
|
|
```Python hl_lines="2-3 22"
|
|
{!../../../docs_src/wsgi/tutorial001.py!}
|
|
```
|
|
|
|
## ✅ ⚫️
|
|
|
|
🔜, 🔠 📨 🔽 ➡ `/v1/` 🔜 🍵 🏺 🈸.
|
|
|
|
& 🎂 🔜 🍵 **FastAPI**.
|
|
|
|
🚥 👆 🏃 ⚫️ ⏮️ Uvicorn & 🚶 <a href="http://localhost:8000/v1/" class="external-link" target="_blank">http://localhost:8000/v1/</a> 👆 🔜 👀 📨 ⚪️➡️ 🏺:
|
|
|
|
```txt
|
|
Hello, World from Flask!
|
|
```
|
|
|
|
& 🚥 👆 🚶 <a href="http://localhost:8000/v2" class="external-link" target="_blank">http://localhost:8000/v2</a> 👆 🔜 👀 📨 ⚪️➡️ FastAPI:
|
|
|
|
```JSON
|
|
{
|
|
"message": "Hello World"
|
|
}
|
|
```
|