- Sort Score
- Num 10 results
- Language All
Results 581 - 590 of 792 for module (0.23 seconds)
-
docs/tr/docs/tutorial/cookie-param-models.md
Aynฤฑ teknik `Query`, `Cookie` ve `Header` iรงin de geรงerlidir. ๐ /// ## Pydantic Model ile Cookies { #cookies-with-a-pydantic-model } ฤฐhtiyacฤฑnฤฑz olan **cookie** parametrelerini bir **Pydantic model** iรงinde tanฤฑmlayฤฑn ve ardฤฑndan parametreyi `Cookie` olarak bildirin: {* ../../docs_src/cookie_param_models/tutorial001_an_py310.py hl[9:12,16] *}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Feb 13 12:41:38 GMT 2026 - 3.3K bytes - Click Count (0) -
.github/workflows/codeql-analysis.yml
config-file: ./.github/codeql/codeql-config.yml - name: Cleanup Gradle Cache # Cleans up the Gradle caches before being cached run: | rm -f ~/.gradle/caches/modules-2/modules-2.lock rm -f ~/.gradle/caches/modules-2/gc.propertiesCreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Dec 11 22:12:03 GMT 2025 - 4K bytes - Click Count (0) -
docs/fr/docs/how-to/general.md
## Optimiser la performance des rรฉponses - Modรจle de rรฉponse - Type de retour { #optimize-response-performance-response-model-return-type }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 3.4K bytes - Click Count (0) -
docs/fr/docs/tutorial/body-fields.md
Notez que `Field` est importรฉ directement depuis `pydantic`, et non depuis `fastapi` comme le sont les autres (`Query`, `Path`, `Body`, etc.). /// ## Dรฉclarer les attributs du modรจle { #declare-model-attributes } Vous pouvez ensuite utiliser `Field` avec des attributs de modรจle : {* ../../docs_src/body_fields/tutorial001_an_py310.py hl[11:14] *} `Field` fonctionne de la mรชme maniรจre que `Query`, `Path` et `Body`, il dispose des mรชmes paramรจtres, etc.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 14 08:12:41 GMT 2026 - 2.9K bytes - Click Count (0) -
docs/en/docs/tutorial/body-nested-models.md
## Nested Models { #nested-models } Each attribute of a Pydantic model has a type. But that type can itself be another Pydantic model. So, you can declare deeply nested JSON "objects" with specific attribute names, types and validations. All that, arbitrarily nested. ### Define a submodel { #define-a-submodel } For example, we can define an `Image` model:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 6.6K bytes - Click Count (0) -
docs/en/docs/tutorial/request-form-models.md
/// ## Pydantic Models for Forms { #pydantic-models-for-forms } You just need to declare a **Pydantic model** with the fields you want to receive as **form fields**, and then declare the parameter as `Form`: {* ../../docs_src/request_form_models/tutorial001_an_py310.py hl[9:11,15] *} **FastAPI** will **extract** the data for **each field** from the **form data** in the request and give you the Pydantic model you defined.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 2.1K bytes - Click Count (0) -
docs/ko/docs/tutorial/body-nested-models.md
# ๋ณธ๋ฌธ - ์ค์ฒฉ ๋ชจ๋ธ { #body-nested-models } **FastAPI**๋ฅผ ์ฌ์ฉํ๋ฉด (Pydantic ๋๋ถ์) ์์๋ก ๊น๊ฒ ์ค์ฒฉ๋ ๋ชจ๋ธ์ ์ ์, ๊ฒ์ฆ, ๋ฌธ์ํํ๊ณ ์ฌ์ฉํ ์ ์์ต๋๋ค. ## ๋ฆฌ์คํธ ํ๋ { #list-fields } ์ดํธ๋ฆฌ๋ทฐํธ๋ฅผ ์๋ธํ์ ์ผ๋ก ์ ์ํ ์ ์์ต๋๋ค. ์๋ฅผ ๋ค์ด ํ์ด์ฌ `list`๋: {* ../../docs_src/body_nested_models/tutorial001_py310.py hl[12] *} ์ด๋ `tags`๋ฅผ ๋ฆฌ์คํธ๋ก ๋ง๋ค์ง๋ง, ๋ฆฌ์คํธ ์์์ ํ์ ์ ์ ์ธํ์ง๋ ์์ต๋๋ค. ## ํ์ ๋งค๊ฐ๋ณ์๊ฐ ์๋ ๋ฆฌ์คํธ ํ๋ { #list-fields-with-type-parameter } ํ์ง๋ง ํ์ด์ฌ์๋ ๋ด๋ถ ํ์ , ์ฆ "ํ์ ๋งค๊ฐ๋ณ์"๋ฅผ ์ฌ์ฉํด ๋ฆฌ์คํธ๋ฅผ ์ ์ธํ๋ ํน์ ํ ๋ฐฉ๋ฒ์ด ์์ต๋๋ค:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 7.7K bytes - Click Count (0) -
docs/ko/docs/tutorial/cookie-param-models.md
# ์ฟ ํค ๋งค๊ฐ๋ณ์ ๋ชจ๋ธ { #cookie-parameter-models } ๊ด๋ จ์๋ **์ฟ ํค**๋ค์ ๊ทธ๋ฃน์ด ์๋ ๊ฒฝ์ฐ, **Pydantic ๋ชจ๋ธ**์ ์์ฑํ์ฌ ์ ์ธํ ์ ์์ต๋๋ค. ๐ช ์ด๋ฅผ ํตํด **์ฌ๋ฌ ์์น**์์ **๋ชจ๋ธ์ ์ฌ์ฌ์ฉ** ํ ์ ์๊ณ ๋ชจ๋ ๋งค๊ฐ๋ณ์์ ๋ํ ์ ํจ์ฑ ๊ฒ์ฌ ๋ฐ ๋ฉํ๋ฐ์ดํฐ๋ฅผ ํ ๋ฒ์ ์ ์ธํ ์๋ ์์ต๋๋ค. ๐ /// note | ์ฐธ๊ณ ์ด ๊ธฐ๋ฅ์ FastAPI ๋ฒ์ `0.115.0` ์ดํ๋ถํฐ ์ง์๋ฉ๋๋ค. ๐ค /// /// tip | ํ ๋์ผํ ๊ธฐ์ ์ด `Query`, `Cookie`, ๊ทธ๋ฆฌ๊ณ `Header`์ ์ ์ฉ๋ฉ๋๋ค. ๐ /// ## Pydantic ๋ชจ๋ธ์ ์ฌ์ฉํ ์ฟ ํค { #cookies-with-a-pydantic-model }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 14 08:57:01 GMT 2026 - 3.6K bytes - Click Count (0) -
docs/ko/docs/tutorial/header-param-models.md
# ํค๋ ๋งค๊ฐ๋ณ์ ๋ชจ๋ธ { #header-parameter-models } ๊ด๋ จ ์๋ **ํค๋ ๋งค๊ฐ๋ณ์** ๊ทธ๋ฃน์ด ์๋ ๊ฒฝ์ฐ, **Pydantic ๋ชจ๋ธ**์ ์์ฑํ์ฌ ์ ์ธํ ์ ์์ต๋๋ค. ์ด๋ฅผ ํตํด **์ฌ๋ฌ ์์น**์์ **๋ชจ๋ธ์ ์ฌ์ฌ์ฉํ ** ์ ์๊ณ ๋ชจ๋ ๋งค๊ฐ๋ณ์์ ๋ํ ์ ํจ์ฑ ๊ฒ์ฌ ๋ฐ ๋ฉํ๋ฐ์ดํฐ๋ฅผ ํ ๋ฒ์ ์ ์ธํ ์๋ ์์ต๋๋ค. ๐ /// note | ์ฐธ๊ณ ์ด ๊ธฐ๋ฅ์ FastAPI ๋ฒ์ `0.115.0` ์ดํ๋ถํฐ ์ง์๋ฉ๋๋ค. ๐ค /// ## Pydantic ๋ชจ๋ธ์ ์ฌ์ฉํ ํค๋ ๋งค๊ฐ๋ณ์ { #header-parameters-with-a-pydantic-model } **Pydantic ๋ชจ๋ธ**์ ํ์ํ **ํค๋ ๋งค๊ฐ๋ณ์**๋ฅผ ์ ์ธํ ๋ค์, ํด๋น ๋งค๊ฐ๋ณ์๋ฅผ `Header`๋ก ์ ์ธํฉ๋๋ค:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 14 08:57:01 GMT 2026 - 2.9K bytes - Click Count (0) -
docs/ko/docs/tutorial/request-form-models.md
FastAPI์์ **Pydantic ๋ชจ๋ธ**์ ์ด์ฉํ์ฌ **ํผ ํ๋**๋ฅผ ์ ์ธํ ์ ์์ต๋๋ค. /// info | ์ ๋ณด ํผ์ ์ฌ์ฉํ๋ ค๋ฉด, ๋จผ์ [`python-multipart`](https://github.com/Kludex/python-multipart)๋ฅผ ์ค์นํ์ธ์. [๊ฐ์ ํ๊ฒฝ](../virtual-environments.md)์ ์์ฑํ๊ณ ํ์ฑํํ ๋ค์, ์๋ฅผ ๋ค์ด ์๋์ ๊ฐ์ด ์ค์นํ์ธ์: ```console $ pip install python-multipart ``` /// /// note | ์ฐธ๊ณ ์ด ๊ธฐ๋ฅ์ FastAPI ๋ฒ์ `0.113.0` ์ดํ๋ถํฐ ์ง์๋ฉ๋๋ค. ๐ค /// ## ํผ์ ์ํ Pydantic ๋ชจ๋ธ { #pydantic-models-for-forms }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 2.4K bytes - Click Count (0)