- Sort Score
- Num 10 results
- Language All
Results 31 - 40 of 1,184 for cores (0.03 seconds)
-
docs/fr/docs/tutorial/response-status-code.md
/// note | Remarque Certains codes de réponse (voir la section suivante) indiquent que la réponse n'a pas de corps. FastAPI le sait et produira une documentation OpenAPI indiquant qu'il n'y a pas de corps de réponse. /// ## À propos des codes d'état HTTP { #about-http-status-codes } /// note | Remarque Si vous savez déjà ce que sont les codes d'état HTTP, passez à la section suivante. ///
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) -
CHANGELOG/CHANGELOG-1.22.md
storage, etcd, has a new release 3.5.0 and the community embraced it. The new release comes with improvements to the Security, performance, monitoring and developer experience. There are numerous bug fixes to lease objects causing memory leaks, and compact operation causing deadlocks and more. A couple of new features are also introduced like the migration to structured logging and build in log rotation. The release comes with a detailed future roadmap to implement a solution to traffic overload. A full...
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Tue Dec 13 12:43:45 GMT 2022 - 454.1K bytes - Click Count (0) -
docs/tr/docs/advanced/additional-status-codes.md
# Ek Status Code'ları { #additional-status-codes } Varsayılan olarak **FastAPI**, response'ları bir `JSONResponse` kullanarak döndürür; *path operation*'ınızdan döndürdüğünüz içeriği bu `JSONResponse`'un içine yerleştirir. Varsayılan status code'u veya *path operation* içinde sizin belirlediğiniz status code'u kullanır. ## Ek status code'ları { #additional-status-codes_1 }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 2.1K bytes - Click Count (0) -
docs/uk/docs/advanced/additional-status-codes.md
# Додаткові коди статусу { #additional-status-codes } За замовчуванням **FastAPI** повертатиме відповіді за допомогою `JSONResponse`, поміщаючи вміст, який ви повертаєте з вашої *операції шляху*, у цей `JSONResponse`. Він використовуватиме код статусу за замовчуванням або той, який ви встановите у своїй *операції шляху*. ## Додаткові коди статусу { #additional-status-codes_1 }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 3.3K bytes - Click Count (0) -
docs/en/docs/tutorial/response-status-code.md
/// note Some response codes (see the next section) indicate that the response does not have a body. FastAPI knows this, and will produce OpenAPI docs that state there is no response body. /// ## About HTTP status codes { #about-http-status-codes } /// note If you already know what HTTP status codes are, skip to the next section. ///Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 3.9K bytes - Click Count (0) -
build-tools-internal/src/main/resources/eclipse.settings/org.eclipse.jdt.core.prefs
# (e.g. crashing eclipse etc) # org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=enabled # org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore # org.eclipse.jdt.core.compiler.annotation.nullable=org.elasticsearch.core.Nullable # org.eclipse.jdt.core.compiler.annotation.nullanalysis=enabled # org.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped=warning
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 08 16:53:28 GMT 2021 - 1.7K bytes - Click Count (0) -
docs/ru/docs/tutorial/cors.md
# CORS (Cross-Origin Resource Sharing) { #cors-cross-origin-resource-sharing } [CORS или "Cross-Origin Resource Sharing"](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) относится к ситуациям, при которых запущенный в браузере фронтенд содержит JavaScript-код, который взаимодействует с бэкендом, находящимся на другом "источнике" ("origin"). ## Источник { #origin }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 8.5K bytes - Click Count (0) -
docs/ru/docs/advanced/additional-status-codes.md
# Дополнительные статус-коды { #additional-status-codes } По умолчанию **FastAPI** будет возвращать ответы, используя `JSONResponse`, помещая содержимое, которое вы возвращаете из вашей *операции пути*, внутрь этого `JSONResponse`. Он будет использовать статус-код по умолчанию или тот, который вы укажете в вашей *операции пути*. ## Дополнительные статус-коды { #additional-status-codes_1 }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 3.3K bytes - Click Count (0) -
docs/fr/docs/tutorial/handling-errors.md
* etc. Dans ces cas, vous retournez normalement un **code d'état HTTP** dans la plage de **400** (de 400 à 499). C'est similaire aux codes d'état HTTP 200 (de 200 à 299). Ces codes « 200 » signifient que, d'une certaine manière, la requête a été un « succès ». Les codes d'état dans la plage des 400 signifient qu'il y a eu une erreur côté client. Vous souvenez-vous de toutes ces erreurs **« 404 Not Found »** (et des blagues) ?
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 10K bytes - Click Count (0) -
docs/de/docs/advanced/additional-status-codes.md
# Zusätzliche Statuscodes { #additional-status-codes } Standardmäßig liefert **FastAPI** die <abbr title="Response – Antwort: Daten, die der Server zum anfragenden Client zurücksendet">Responses</abbr> als `JSONResponse` zurück und fügt den Inhalt, den Sie aus Ihrer *Pfadoperation* zurückgeben, in diese `JSONResponse` ein. Es wird der Default-Statuscode oder derjenige verwendet, den Sie in Ihrer *Pfadoperation* festgelegt haben.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 2.4K bytes - Click Count (0)