- Sort Score
- Num 10 results
- Language All
Results 371 - 380 of 694 for tutoriel (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs/de/docs/tutorial/schema-extra-example.md
### Beispiel in der Dokumentations-Benutzeroberfläche { #example-in-the-docs-ui } Mit jeder der oben genannten Methoden würde es in `/docs` so aussehen: <img src="/img/tutorial/body-fields/image01.png"> ### `Body` mit mehreren `examples` { #body-with-multiple-examples } Sie können natürlich auch mehrere `examples` übergeben:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 10.4K bytes - Click Count (0) -
docs/ja/docs/tutorial/response-status-code.md
/// これは: * レスポンスでステータスコードを返します。 * OpenAPIスキーマ(およびユーザーインターフェース)に以下のように文書化します: <img src="/img/tutorial/response-status-code/image01.png"> /// note | 備考 いくつかのレスポンスコード(次のセクションを参照)は、レスポンスにボディがないことを示しています。 FastAPIはこれを知っていて、レスポンスボディがないというOpenAPIドキュメントを生成します。 ///
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 5.6K bytes - Click Count (0) -
docs/tr/docs/_llm-test.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 11.1K bytes - Click Count (0) -
docs/en/docs/reference/responses.md
However, they are now deprecated as you will now get better performance by using a [Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/). That way, Pydantic will serialize the data into JSON bytes on the Rust side, which will achieve better performance than these custom JSON responses.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Feb 22 16:34:59 GMT 2026 - 4.4K bytes - Click Count (0) -
docs/es/docs/tutorial/cookie-param-models.md
## Revisa la Documentación { #check-the-docs } Puedes ver las cookies definidas en la UI de la documentación en `/docs`: <div class="screenshot"> <img src="/img/tutorial/cookie-param-models/image01.png"> </div> /// info | InformaciónCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Feb 13 13:41:41 GMT 2026 - 3.3K bytes - Click Count (0) -
docs/ru/docs/tutorial/schema-extra-example.md
{* ../../docs_src/schema_extra_example/tutorial003_an_py310.py hl[22:29] *} ### Пример в UI документации { #example-in-the-docs-ui } С любым из перечисленных выше методов это будет выглядеть так в `/docs`: <img src="/img/tutorial/body-fields/image01.png"> ### `Body` с несколькими `examples` { #body-with-multiple-examples } Конечно, вы можете передать и несколько `examples`:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 13.8K bytes - Click Count (0) -
docs/zh-hant/docs/tutorial/query-param-models.md
**FastAPI** 將會從請求的**查詢參數**中**提取**出**每個欄位**的資料,並將其提供給你定義的 Pydantic 模型。 ## 查看文件 { #check-the-docs } 你可以在 `/docs` 頁面的 UI 中查看查詢參數: <div class="screenshot"> <img src="/img/tutorial/query-param-models/image01.png"> </div> ## 禁止額外的查詢參數 { #forbid-extra-query-parameters } 在一些特殊的使用場景中(可能不是很常見),你可能希望**限制**你要收到的查詢參數。 你可以使用 Pydantic 的模型設定來 `forbid`(禁止)任何 `extra`(額外)欄位:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Feb 05 15:32:56 GMT 2026 - 2.1K bytes - Click Count (0) -
docs/uk/docs/advanced/openapi-webhooks.md
Тепер ви можете запустити свій застосунок і перейти за адресою [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs). Ви побачите у своїй документації звичайні *операції шляху*, а також деякі **вебхуки**:
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 4.7K bytes - Click Count (0) -
docs/uk/llm-prompt.md
- path operation function: функція операції шляху - prompt: підсказка - check: перевірка - Parallel Server Gateway Interface: Інтерфейс Шлюзу Паралельного Сервера - Mozilla Developer Network: Мережа Розробників Mozilla - tutorial: навчальний посібник - advanced user guide: просунутий посібник користувача - deep learning: глибоке навчання - machine learning: машинне навчання - dependency injection: впровадження залежностей - digest (HTTP): дайджест
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Feb 04 16:47:51 GMT 2026 - 4K bytes - Click Count (0) -
docs/fr/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md
## Définir des dépendances pour un groupe de chemins d'accès { #dependencies-for-a-group-of-path-operations } Plus tard, en lisant comment structurer des applications plus grandes ([Applications plus grandes - Plusieurs fichiers](../../tutorial/bigger-applications.md)), éventuellement avec plusieurs fichiers, vous apprendrez à déclarer un unique paramètre `dependencies` pour un groupe de *chemins d'accès*. ## Définir des dépendances globales { #global-dependencies }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 3.5K bytes - Click Count (0)