- Sort Score
- Num 10 results
- Language All
Results 321 - 330 of 382 for deployments (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs/zh/docs/tutorial/first-steps.md
$ fastapi login You are logged in to FastAPI Cloud 🚀 ``` </div> 然后部署你的应用: <div class="termy"> ```console $ fastapi deploy Deploying to FastAPI Cloud... ✅ Deployment successful! 🐔 Ready the chicken! Your app is ready at https://myapp.fastapicloud.dev ``` </div> 就这些!现在你可以通过该 URL 访问你的应用了。✨ ## 分步概括 { #recap-step-by-step }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 13.3K bytes - Click Count (0) -
CONTRIBUTING.md
- Source code files (e.g., `.java`, `.kt`, `.groovy`). - Documentation files, where applicable (e.g., `.adoc`, `.md`). #### Exempt Files for Copyright Headers: - Scripts critical to builds, CI, or deployment (e.g., `.kts`, `.groovy`). - Auto-generated files (e.g., by code generators). - Minor configuration files (e.g., `.gitignore`). - Documentation samples and code snippets (e.g., `.java`, `.kt`, `.groovy`, `.kts`).
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 18:43:39 GMT 2026 - 19.1K bytes - Click Count (0) -
docs/ru/docs/alternatives.md
Основной веб-сервер для запуска приложений **FastAPI**. Также вы можете использовать опцию командной строки `--workers`, чтобы получить асинхронный многопроцессный сервер. Подробнее см. раздел [Развёртывание](deployment/index.md). /// ## Бенчмарки и скорость { #benchmarks-and-speed }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 37.1K bytes - Click Count (0) -
docs/uk/docs/index.md
<div class="termy"> ```console $ fastapi deploy Deploying to FastAPI Cloud... ✅ Deployment successful! 🐔 Ready the chicken! Your app is ready at https://myapp.fastapicloud.dev ``` </div> Ось і все! Тепер ви можете отримати доступ до вашого застосунку за цією URL-адресою. ✨
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 29.1K bytes - Click Count (0) -
cmd/api-router.go
host, _, err := net.SplitHostPort(getHost(r)) if err != nil { host = r.Host } // Make sure to skip matching minio.<domain>` this is // specifically meant for operator/k8s deployment // The reason we need to skip this is for a special // usecase where we need to make sure that // minio.<namespace>.svc.<cluster_domain> is ignored // by the bucketDNS style to ensure that path style
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Oct 24 04:05:19 GMT 2025 - 23.3K bytes - Click Count (0) -
docs/ru/docs/async.md
Как добиться такого параллелизма в продакшн, см. раздел [Развёртывание](deployment/index.md). ## `async` и `await` { #async-and-await }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 37.9K bytes - Click Count (0) -
docs/es/docs/advanced/behind-a-proxy.md
``` https://mysuperapp.com/items/ ``` /// tip | Consejo Si quieres aprender más sobre HTTPS, revisa la guía [Acerca de HTTPS](../deployment/https.md). /// ### Cómo funcionan los headers reenviados por el Proxy { #how-proxy-forwarded-headers-work }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 16.5K bytes - Click Count (0) -
docs/de/docs/advanced/behind-a-proxy.md
``` https://mysuperapp.com/items/ ``` /// tip | Tipp Wenn Sie mehr über HTTPS erfahren möchten, lesen Sie den Leitfaden [Über HTTPS](../deployment/https.md). /// ### Wie Proxy-Forwarded-Header funktionieren { #how-proxy-forwarded-headers-work }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 18K bytes - Click Count (0) -
docs/es/docs/tutorial/query-params-str-validations.md
FastAPI añadió soporte para `Annotated` (y empezó a recomendarlo) en la versión 0.95.0. Si tienes una versión más antigua, obtendrás errores al intentar usar `Annotated`. Asegúrate de [Actualizar la versión de FastAPI](../deployment/versions.md#upgrading-the-fastapi-versions) a al menos 0.95.1 antes de usar `Annotated`. /// ## Usar `Annotated` en el tipo del parámetro `q` { #use-annotated-in-the-type-for-the-q-parameter }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 17.4K bytes - Click Count (0) -
docs/zh/docs/index.md
如果你已经有 **FastAPI Cloud** 账号(我们从候补名单邀请了你 😉),你可以用一个命令部署你的应用。 <div class="termy"> ```console $ fastapi deploy Deploying to FastAPI Cloud... ✅ Deployment successful! 🐔 Ready the chicken! Your app is ready at https://myapp.fastapicloud.dev ``` </div> 就这样!现在你可以通过该 URL 访问你的应用了。✨ #### 关于 FastAPI Cloud { #about-fastapi-cloud }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 20.7K bytes - Click Count (0)