- Sort Score
- Result 10 results
- Languages All
Results 381 - 390 of 470 for tipo (0.02 sec)
-
docs/pt/docs/tutorial/security/oauth2-jwt.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 11K bytes - Viewed (0) -
docs/em/docs/tutorial/schema-extra-example.md
{* ../../docs_src/schema_extra_example/tutorial001.py hl[15:23] *} ๐ โ โน ๐ ๐ฎ-๐ข **๐ป ๐** ๐ ๐ท, & โซ๏ธ ๐ โ๏ธ ๐ ๏ธ ๐ฉบ. /// tip ๐ ๐ช โ๏ธ ๐ โ โ ๐ป ๐ & ๐ฎ ๐ ๐ ๐ โ โน. ๐ผ ๐ ๐ช โ๏ธ โซ๏ธ ๐ฎ ๐ ๐ธ ๐ฉโ๐ป ๐ข, โ๏ธ. /// ## `Field` ๐ โ ๐โ โ๏ธ `Field()` โฎ๏ธ Pydantic ๐ท, ๐ ๐ช ๐ฃ โ โน **๐ป ๐** ๐ถโโ๏ธ ๐ ๐ โ โ ๐ข.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 4.6K bytes - Viewed (0) -
docs/em/docs/tutorial/dependencies/classes-as-dependencies.md
๐ ๐ผ ๐ โคด๏ธ ๐ ๐: {* ../../docs_src/dependencies/tutorial004.py hl[19] *} ...& **FastAPI** ๐ ๐ญ โซ๏ธโ. /// tip ๐ฅ ๐ ๐ ๐ ๐จ ๐ ๐, ๐คทโโ โซ๏ธ, ๐ ๐ซ *๐ช* โซ๏ธ. โซ๏ธ โจ. โฉ๏ธ **FastAPI** ๐ ๐ ๐ค ๐ ๐ ๐ ๐.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 4.5K bytes - Viewed (0) -
docs/en/docs/tutorial/security/get-current-user.md
Notice that we declare the type of `current_user` as the Pydantic model `User`. This will help us inside of the function with all the completion and type checks. /// tip You might remember that request bodies are also declared with Pydantic models. Here **FastAPI** won't get confused because you are using `Depends`. /// /// check
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 4K bytes - Viewed (0) -
docs/ko/docs/advanced/response-directly.md
๊ทธ๋ฌ๋ *๊ฒฝ๋ก ์์ *์์ `JSONResponse`๋ฅผ ์ง์ ๋ฐํํ ์๋ ์์ต๋๋ค. ์๋ฅผ ๋ค์ด, ์ฌ์ฉ์ ์ ์ ํค๋๋ ์ฟ ํค๋ฅผ ๋ฐํํด์ผ ํ๋ ๊ฒฝ์ฐ์ ์ ์ฉํ ์ ์์ต๋๋ค. ## `Response` ๋ฐํํ๊ธฐ ์ฌ์ค, `Response` ๋๋ ๊ทธ ํ์ ํด๋์ค๋ฅผ ๋ฐํํ ์ ์์ต๋๋ค. /// tip `JSONResponse` ์์ฒด๋ `Response`์ ํ์ ํด๋์ค์ ๋๋ค. /// ๊ทธ๋ฆฌ๊ณ `Response`๋ฅผ ๋ฐํํ๋ฉด **FastAPI**๊ฐ ์ด๋ฅผ ๊ทธ๋๋ก ์ ๋ฌํฉ๋๋ค. Pydantic ๋ชจ๋ธ๋ก ๋ฐ์ดํฐ ๋ณํ์ ์ํํ์ง ์์ผ๋ฉฐ, ๋ด์ฉ์ ๋ค๋ฅธ ํ์์ผ๋ก ๋ณํํ์ง ์์ต๋๋ค.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 3.4K bytes - Viewed (0) -
docs/ko/docs/advanced/templates.md
{!../../docs_src/templates/tutorial001.py!} ``` /// note | ์ฐธ๊ณ FastAPI 0.108.0 ์ด์ ๊ณผ Starlette 0.29.0์์๋ `name`์ด ์ฒซ ๋ฒ์งธ ๋งค๊ฐ๋ณ์์์ต๋๋ค. ๋ํ ์ด์ ๋ฒ์ ์์๋ `request` ๊ฐ์ฒด๊ฐ Jinja2์ ์ปจํ ์คํธ์์ ํค-๊ฐ ์์ ์ผ๋ถ๋ก ์ ๋ฌ๋์์ต๋๋ค. /// /// tip | ํ `response_class=HTMLResponse`๋ฅผ ์ ์ธํ๋ฉด ๋ฌธ์ UI ์๋ต์ด HTML์์ ์ ์ ์์ต๋๋ค. /// /// note | ๊ธฐ์ ์ธ๋ถ ์ฌํญ `from starlette.templating import Jinja2Templates`๋ฅผ ์ฌ์ฉํ ์๋ ์์ต๋๋ค.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 09 13:07:23 UTC 2024 - 3.7K bytes - Viewed (0) -
docs/LICENSE
Rights. d. Effective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements. e. Exceptions and Limitations means fair use, fair dealing, and/or
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Mon May 10 16:50:06 UTC 2021 - 18.2K bytes - Viewed (0) -
docs/ko/docs/tutorial/schema-extra-example.md
`schema_extra`๋ฅผ ์์ฑ๋ JSON ์คํค๋ง์์ ๋ณด์ฌ์ฃผ๊ณ ์ถ์ ๋ณ๋์ ๋ฐ์ดํฐ์ `examples`๋ฅผ ํฌํจํ๋ `dict`์ผ๋ก ์ค์ ํ ์ ์์ต๋๋ค. //// /// tip | ํ JSON ์คํค๋ง๋ฅผ ํ์ฅํ๊ณ ์ฌ๋ฌ๋ถ์ ๋ณ๋์ ์์ฒด ๋ฐ์ดํฐ๋ฅผ ์ถ๊ฐํ๊ธฐ ์ํด ๊ฐ์ ๊ธฐ์ ์ ์ฌ์ฉํ ์ ์์ต๋๋ค. ์๋ฅผ ๋ค๋ฉด, ํ๋ก ํธ์๋ ์ฌ์ฉ์ ์ธํฐํ์ด์ค์ ๋ฉํ๋ฐ์ดํฐ๋ฅผ ์ถ๊ฐํ๋ ๋ฑ์ ์ฌ์ฉํ ์ ์์ต๋๋ค. /// /// info | ์ ๋ณด
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 10.7K bytes - Viewed (0) -
docs/en/docs/tutorial/query-params.md
In this case, there are 3 query parameters: * `needy`, a required `str`. * `skip`, an `int` with a default value of `0`. * `limit`, an optional `int`. /// tip You could also use `Enum`s the same way as with [Path Parameters](path-params.md#predefined-values){.internal-link target=_blank}.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:29:01 UTC 2025 - 4.5K bytes - Viewed (0) -
docs/ko/docs/deployment/docker.md
๋ฆฌ๋ ์ค ์ปจํ ์ด๋๋ฅผ ์ฌ์ฉํ๋ ๋ฐ์๋ **๋ณด์**, **๋ฐ๋ณต ๊ฐ๋ฅ์ฑ**, **๋จ์ํจ** ๋ฑ์ ์ฅ์ ์ด ์์ต๋๋ค. /// tip | ํ ์๊ฐ์ ์ซ๊ธฐ๊ณ ์๊ณ ์ด๋ฏธ ์ด๋ฐ๊ฒ๋ค์ ์๊ณ ์๋ค๋ฉด [`Dockerfile`๐](#build-a-docker-image-for-fastapi)๋ก ์ ํํ ์ ์์ต๋๋ค. /// <details> <summary>๋์ปคํ์ผ ๋ฏธ๋ฆฌ๋ณด๊ธฐ ๐</summary> ```Dockerfile FROM python:3.9 WORKDIR /code
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 42.7K bytes - Viewed (0)