- Sort Score
- Num 10 results
- Language All
Results 111 - 120 of 267 for 9201 (0.04 seconds)
-
docs/fr/docs/tutorial/response-status-code.md
/// ## Raccourci pour se souvenir des noms { #shortcut-to-remember-the-names } Reprenons l'exemple précédent : {* ../../docs_src/response_status_code/tutorial001_py310.py hl[6] *} `201` est le code d'état pour « Créé ». Mais vous n'avez pas à mémoriser la signification de chacun de ces codes. Vous pouvez utiliser les variables pratiques de `fastapi.status`.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/ru/docs/tutorial/response-status-code.md
/// ## Краткие обозначения для запоминания названий кодов { #shortcut-to-remember-the-names } Рассмотрим предыдущий пример еще раз: {* ../../docs_src/response_status_code/tutorial001_py310.py hl[6] *} `201` – это код статуса "Создано". Но вам не обязательно запоминать, что означает каждый из этих кодов. Для удобства вы можете использовать переменные из `fastapi.status`.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 7K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/JdkDownloadPlugin.java
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Sep 27 19:29:10 GMT 2021 - 7.6K bytes - Click Count (0) -
docs/ja/docs/advanced/response-change-status-code.md
しかし場合によっては、デフォルトとは異なるステータスコードを返す必要があります。 ## ユースケース { #use-case } たとえば、デフォルトでは HTTP ステータスコード "OK" `200` を返したいとします。 しかし、データが存在しなければそれを作成し、HTTP ステータスコード "CREATED" `201` を返したい。 それでも、返すデータは `response_model` でフィルタ・変換できるようにしておきたい。 そのような場合は `Response` パラメータを使えます。 ## `Response` パラメータを使う { #use-a-response-parameter } *path operation* 関数で `Response` 型のパラメータを宣言できます(Cookie やヘッダーと同様です)。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 2K bytes - Click Count (0) -
docs/uk/docs/tutorial/response-status-code.md
/// ## Скорочення, щоб запам’ятати назви { #shortcut-to-remember-the-names } Розглянемо попередній приклад ще раз: {* ../../docs_src/response_status_code/tutorial001_py310.py hl[6] *} `201` — це код статусу для «Created». Але вам не потрібно запам'ятовувати, що означає кожен із цих кодів. Ви можете використовувати зручні змінні з `fastapi.status`.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 6.3K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/RateLimiterTest.java
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 12 17:47:10 GMT 2026 - 22K bytes - Click Count (0) -
guava-tests/test/com/google/common/util/concurrent/RateLimiterTest.java
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 12 17:47:10 GMT 2026 - 22K bytes - Click Count (0) -
helm/minio/values.yaml
## Change service.port to change external port number minioAPIPort: "9000" ## Internal port number for MinIO Browser Console container ## Change consoleService.port to change external port number minioConsolePort: "9001" ## Update strategy for Deployments deploymentUpdate: type: RollingUpdate maxUnavailable: 0 maxSurge: 100% ## Update strategy for StatefulSets statefulSetUpdate: updateStrategy: RollingUpdate
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 19.7K bytes - Click Count (1) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/UpdateFixedIssuesInReleaseNotes.kt
@get:Internal abstract val releaseNotes: RegularFileProperty @get:Option(option = "milestone", description = "The milestone to fetch fixed issues for, e.g. '9.0.1'") @get:Internal abstract val milestone: Property<String> @get:Internal abstract val githubToken: Property<String> @TaskAction fun update() { if (!milestone.isPresent) {Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 23 14:49:33 GMT 2026 - 5.1K bytes - Click Count (0) -
docs/es/docs/tutorial/response-status-code.md
/// ## Atajo para recordar los nombres { #shortcut-to-remember-the-names } Veamos de nuevo el ejemplo anterior: {* ../../docs_src/response_status_code/tutorial001_py310.py hl[6] *} `201` es el código de estado para "Created". Pero no tienes que memorizar lo que significa cada uno de estos códigos. Puedes usar las variables de conveniencia de `fastapi.status`.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 4.3K bytes - Click Count (0)