- Sort Score
- Num 10 results
- Language All
Results 571 - 580 of 1,478 for Section (0.05 seconds)
-
docs/fr/docs/how-to/custom-request-and-route.md
/// danger | Danger Ceci est une fonctionnalité « avancée ». Si vous débutez avec **FastAPI**, vous pouvez ignorer cette section. /// ## Cas d'utilisation { #use-cases } Voici quelques cas d'utilisation : * Convertir des corps de requête non JSON en JSON (par exemple [`msgpack`](https://msgpack.org/index.html)).Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 5.1K bytes - Click Count (0) -
docs/fr/docs/tutorial/security/index.md
Il n'est plus très populaire ni utilisé de nos jours. OAuth2 ne spécifie pas comment chiffrer la communication ; il suppose que votre application est servie en HTTPS. /// tip | Astuce Dans la section sur le déploiement, vous verrez comment configurer HTTPS gratuitement, en utilisant Traefik et Let's Encrypt. /// ## OpenID Connect { #openid-connect } OpenID Connect est une autre spécification, basée sur **OAuth2**.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 14 08:12:41 GMT 2026 - 5.2K bytes - Click Count (0) -
docs/tr/docs/advanced/websockets.md
/// info Bu bir WebSocket olduğu için `HTTPException` raise etmek pek anlamlı değildir; bunun yerine `WebSocketException` raise ederiz. [Spesifikasyonda tanımlanan geçerli kodlar](https://tools.ietf.org/html/rfc6455#section-7.4.1) arasından bir kapatma kodu kullanabilirsiniz. /// ### Dependency'lerle WebSockets'i Deneyin { #try-the-websockets-with-dependencies } Uygulamanızı çalıştırın: <div class="termy">
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 5.9K bytes - Click Count (0) -
docs/fr/docs/tutorial/bigger-applications.md
#### Comprendre le fonctionnement des imports relatifs { #how-relative-imports-work } /// tip | Astuce Si vous savez parfaitement comment fonctionnent les imports, passez à la section suivante ci-dessous. /// Un seul point `.`, comme dans : ```Python from .dependencies import get_token_header ``` signifierait :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/tutorial/security/first-steps.md
- Le frontend stocke ce token temporairement quelque part. - L'utilisateur clique dans le frontend pour aller vers une autre section de l'application web frontend. - Le frontend doit récupérer d'autres données depuis l'API. - Mais cela nécessite une authentification pour cet endpoint spécifique.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 9.3K bytes - Click Count (0) -
docs/pt/docs/tutorial/schema-extra-example.md
/// ### Campo `examples` do JSON Schema { #json-schemas-examples-field } Depois, o JSON Schema adicionou um campo [`examples`](https://json-schema.org/draft/2019-09/json-schema-validation.html#rfc.section.9.5) em uma nova versão da especificação. E então o novo OpenAPI 3.1.0 passou a se basear na versão mais recente (JSON Schema 2020-12), que incluiu esse novo campo `examples`.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 9.5K bytes - Click Count (0) -
helm-releases/minio-3.3.0.tgz
chart using: ```bash helm install --namespace minio --set rootUser=rootuser,rootPassword=rootpass123 --generate-name minio/minio ``` The command deploys MinIO on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. Upgrading the Chart ---------- You can use Helm to update MinIO version in a live release. Assuming your release is named as `my-release`, get the values using the command: ```bash helm...
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Thu Nov 25 17:33:26 GMT 2021 - 14.6K bytes - Click Count (0) -
helm-releases/minio-3.4.0.tgz
chart using: ```bash helm install --namespace minio --set rootUser=rootuser,rootPassword=rootpass123 --generate-name minio/minio ``` The command deploys MinIO on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. Upgrading the Chart ---------- You can use Helm to update MinIO version in a live release. Assuming your release is named as `my-release`, get the values using the command: ```bash helm...
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Dec 19 22:32:49 GMT 2021 - 14.8K bytes - Click Count (0) -
helm-releases/minio-3.1.9.tgz
chart using: ```bash helm install --namespace minio --set rootUser=rootuser,rootPassword=rootpass123 --generate-name minio/minio ``` The command deploys MinIO on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. Upgrading the Chart ---------- You can use Helm to update MinIO version in a live release. Assuming your release is named as `my-release`, get the values using the command: ```bash helm...
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Oct 10 21:28:04 GMT 2021 - 14.6K bytes - Click Count (0) -
docs/ru/docs/advanced/websockets.md
В веб-сокете вызывать `HTTPException` не имеет смысла. Вместо этого нужно использовать `WebSocketException`. Вы можете использовать код закрытия из [допустимых кодов, определённых в спецификации](https://tools.ietf.org/html/rfc6455#section-7.4.1). /// ### Веб-сокеты с зависимостями: проверка в действии { #try-the-websockets-with-dependencies } Запустите приложение: <div class="termy"> ```console $ fastapi devCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 8.2K bytes - Click Count (0)