- Sort Score
- Num 10 results
- Language All
Results 311 - 320 of 398 for COMMENT (0.12 seconds)
-
docs/fr/docs/deployment/concepts.md
* Sécurité - HTTPS * Exécuter au démarrage * Redémarrages * Réplication (le nombre de processus en cours d'exécution) * Mémoire * Étapes préalables avant de démarrer
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 21.4K bytes - Click Count (0) -
docs/fr/docs/help-fastapi.md
* Me suivre pour voir quand je crée un nouveau projet Open Source. * [Me suivre sur **X (Twitter)**](https://x.com/tiangolo) ou sur [Mastodon](https://fosstodon.org/@tiangolo). * Me dire comment vous utilisez FastAPI (j'adore l'entendre). * Être informé quand je fais des annonces ou publie de nouveaux outils. * Vous pouvez aussi [suivre @fastapi sur X (Twitter)](https://x.com/fastapi) (un compte séparé).
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 14.6K bytes - Click Count (0) -
docs/fr/docs/tutorial/response-model.md
Comment cela fonctionne-t-il ? Voyons cela. 🤓 ### Annotations de type et outils { #type-annotations-and-tooling } Voyons d'abord comment les éditeurs, mypy et autres outils considèreraient cela.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 18.1K bytes - Click Count (0) -
docs/fr/docs/deployment/fastapicloud.md
## Déployer votre propre serveur { #deploy-your-own-server }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 2.3K bytes - Click Count (0) -
helm-releases/minio-5.0.6.tgz
configUrl: "https://identity-provider-url/.well-known/openid-configuration" clientId: "minio" clientSecret: "" claimName: "policy" scopes: "openid,profile,email" redirectUri: "https://console-endpoint-url/oauth_callback" # Can leave empty claimPrefix: "" comment: "" networkPolicy: enabled: false allowExternal: true ## PodDisruptionBudget settings ## ref: https://kubernetes.io/docs/concepts/workloads/pods/disruptions/ ## podDisruptionBudget: enabled: false maxUnavailable: 1 ## Specify the service account to...
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Mon Feb 13 06:53:06 GMT 2023 - 20.3K bytes - Click Count (0) -
helm-releases/minio-5.0.0.tgz
configUrl: "https://identity-provider-url/.well-known/openid-configuration" clientId: "minio" clientSecret: "" claimName: "policy" scopes: "openid,profile,email" redirectUri: "https://console-endpoint-url/oauth_callback" # Can leave empty claimPrefix: "" comment: "" networkPolicy: enabled: false allowExternal: true ## PodDisruptionBudget settings ## ref: https://kubernetes.io/docs/concepts/workloads/pods/disruptions/ ## podDisruptionBudget: enabled: false maxUnavailable: 1 ## Specify the service account to...
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Oct 25 10:20:22 GMT 2022 - 19.8K bytes - Click Count (0) -
helm-releases/minio-4.0.11.tgz
configUrl: "https://identity-provider-url/.well-known/openid-configuration" clientId: "minio" clientSecret: "" claimName: "policy" scopes: "openid,profile,email" redirectUri: "https://console-endpoint-url/oauth_callback" # Can leave empty claimPrefix: "" comment: "" networkPolicy: enabled: false allowExternal: true ## PodDisruptionBudget settings ## ref: https://kubernetes.io/docs/concepts/workloads/pods/disruptions/ ## podDisruptionBudget: enabled: false maxUnavailable: 1 ## Specify the service account to...
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Aug 07 05:41:47 GMT 2022 - 19.2K bytes - Click Count (0) -
docs/fr/docs/tutorial/response-status-code.md
/// ## Modifier la valeur par défaut { #changing-the-default }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 4.5K bytes - Click Count (0) -
docs/fr/docs/how-to/extending-openapi.md
# Étendre OpenAPI { #extending-openapi } Il existe des cas où vous pouvez avoir besoin de modifier le schéma OpenAPI généré. Dans cette section, vous verrez comment faire. ## Le processus normal { #the-normal-process } Le processus normal (par défaut) est le suivant. Une application (instance) `FastAPI` a une méthode `.openapi()` censée retourner le schéma OpenAPI.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 3.7K bytes - Click Count (0) -
docs/es/docs/tutorial/server-sent-events.md
{* ../../docs_src/server_sent_events/tutorial001_py310.py ln[34:37] hl[35] *} ## `ServerSentEvent` { #serversentevent } Si necesitas configurar campos SSE como `event`, `id`, `retry` o `comment`, puedes hacer `yield` de objetos `ServerSentEvent` en lugar de datos simples. import `ServerSentEvent` de `fastapi.sse`: {* ../../docs_src/server_sent_events/tutorial002_py310.py hl[4,26] *}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:12:26 GMT 2026 - 5K bytes - Click Count (0)