- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 412 for sub (0.01 sec)
-
docs/en/docs/tutorial/dependencies/sub-dependencies.md
# Sub-dependencies You can create dependencies that have **sub-dependencies**. They can be as **deep** as you need them to be. **FastAPI** will take care of solving them. ## First dependency "dependable" You could create a first dependency ("dependable") like: {* ../../docs_src/dependencies/tutorial005_an_py310.py hl[8:9] *} It declares an optional query parameter `q` as a `str`, and then it just returns it.
Registered: 2025-05-25 07:19 - Last Modified: 2024-11-09 15:21 - 3.6K bytes - Viewed (0) -
docs/zh/docs/advanced/sub-applications.md
下图显示的是主应用 API 文档,只包括其自有的*路径操作*。 <img src="/img/tutorial/sub-applications/image01.png"> 然后查看子应用文档 <a href="http://127.0.0.1:8000/subapi/docs" class="external-link" target="_blank">http://127.0.0.1:8000/subapi/docs。</a> 下图显示的是子应用的 API 文档,也是只包括其自有的*路径操作*,所有这些路径操作都在 `/subapi` 子路径前缀下。 <img src="/img/tutorial/sub-applications/image02.png"> 两个用户界面都可以正常运行,因为浏览器能够与每个指定的应用或子应用会话。 ### 技术细节:`root_path`
Registered: 2025-05-25 07:19 - Last Modified: 2024-11-18 02:25 - 2.4K bytes - Viewed (0) -
docs/fa/docs/advanced/sub-applications.md
<img src="/img/tutorial/sub-applications/image01.png"> و سپس اسناد زیر برنامه را در آدرس <a href="http://127.0.0.1:8000/subapi/docs" class="external-link" target="_blank">http://127.0.0.1:8000/subapi/docs</a>. باز کنید. اسناد API خودکار برای زیر برنامه را خواهید دید، که فقط شامل path operations خود می شود، همه در زیر مسیر `/subapi` قرار دارند: <img src="/img/tutorial/sub-applications/image02.png">
Registered: 2025-05-25 07:19 - Last Modified: 2024-11-18 02:25 - 4K bytes - Viewed (0) -
docs/en/docs/advanced/sub-applications.md
### Sub-application Then, create your sub-application, and its *path operations*. This sub-application is just another standard FastAPI application, but this is the one that will be "mounted": {* ../../docs_src/sub_applications/tutorial001.py hl[11, 14:16] *} ### Mount the sub-application In your top-level application, `app`, mount the sub-application, `subapi`.
Registered: 2025-05-25 07:19 - Last Modified: 2024-11-09 12:21 - 2.8K bytes - Viewed (0) -
docs/de/docs/advanced/sub-applications.md
Sie sehen die automatische API-Dokumentation für die Hauptanwendung, welche nur deren eigene _Pfadoperationen_ anzeigt: <img src="/img/tutorial/sub-applications/image01.png"> Öffnen Sie dann die Dokumentation für die Unteranwendung unter <a href="http://127.0.0.1:8000/subapi/docs" class="external-link" target="_blank">http://127.0.0.1:8000/subapi/docs</a>.
Registered: 2025-05-25 07:19 - Last Modified: 2024-11-18 02:25 - 3.2K bytes - Viewed (0) -
docs/es/docs/advanced/sub-applications.md
### Aplicación de nivel superior Primero, crea la aplicación principal de nivel superior de **FastAPI**, y sus *path operations*: {* ../../docs_src/sub_applications/tutorial001.py hl[3, 6:8] *} ### Sub-aplicación Luego, crea tu sub-aplicación, y sus *path operations*. Esta sub-aplicación es solo otra aplicación estándar de FastAPI, pero es la que se "montará":
Registered: 2025-05-25 07:19 - Last Modified: 2024-12-30 18:26 - 3K bytes - Viewed (0) -
docs/pt/docs/advanced/sub-applications.md
### Aplicação de nível superior Primeiro, crie a aplicação principal, de nível superior, **FastAPI**, e suas *operações de rota*: {* ../../docs_src/sub_applications/tutorial001.py hl[3,6:8] *} ### Sub-aplicação Em seguida, crie sua sub-aplicação e suas *operações de rota*. Essa sub-aplicação é apenas outra aplicação FastAPI padrão, mas esta é a que será "montada":
Registered: 2025-05-25 07:19 - Last Modified: 2024-11-18 02:25 - 3.1K bytes - Viewed (0) -
docs/em/docs/tutorial/dependencies/sub-dependencies.md
Sebastián Ramírez <******@****.***> 1731896744 +0100
Registered: 2025-05-25 07:19 - Last Modified: 2024-11-18 02:25 - 2.7K bytes - Viewed (0) -
docs/es/docs/tutorial/dependencies/sub-dependencies.md
# Sub-dependencias Puedes crear dependencias que tengan **sub-dependencias**. Pueden ser tan **profundas** como necesites. **FastAPI** se encargará de resolverlas. ## Primera dependencia "dependable" Podrías crear una primera dependencia ("dependable") así: {* ../../docs_src/dependencies/tutorial005_an_py310.py hl[8:9] *} Declara un parámetro de query opcional `q` como un `str`, y luego simplemente lo devuelve.
Registered: 2025-05-25 07:19 - Last Modified: 2024-12-30 18:26 - 3.7K bytes - Viewed (0) -
docs/em/docs/advanced/sub-applications.md
👆 🔜 👀 🏧 🛠️ 🩺 👑 📱, 🔌 🕴 🚮 👍 _➡ 🛠️_: <img src="/img/tutorial/sub-applications/image01.png"> & ⤴️, 📂 🩺 🎧-🈸, <a href="http://127.0.0.1:8000/subapi/docs" class="external-link" target="_blank">http://127.0.0.1:8000/subapi/docs</a>. 👆 🔜 👀 🏧 🛠️ 🩺 🎧-🈸, ✅ 🕴 🚮 👍 _➡ 🛠️_, 🌐 🔽 ☑ 🎧-➡ 🔡 `/subapi`: <img src="/img/tutorial/sub-applications/image02.png">
Registered: 2025-05-25 07:19 - Last Modified: 2024-11-18 02:25 - 2.4K bytes - Viewed (0)