- Sort Score
- Result 10 results
- Languages All
Results 441 - 450 of 630 for hl (0.01 sec)
-
docs/de/docs/advanced/behind-a-proxy.md
Auch wenn Ihr gesamter Code unter der Annahme geschrieben ist, dass es nur `/app` gibt. {* ../../docs_src/behind_a_proxy/tutorial001.py hl[6] *}Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 13K bytes - Viewed (0) -
docs/em/docs/advanced/async-tests.md
</div> ## โน ๐ `@pytest.mark.anyio` ๐ฌ โณ ๐ ๐ ๐ฏ ๐ข ๐ ๐ค ๐: {* ../../docs_src/async_tests/test_main.py hl[7] *} /// tip ๐ ๐ ๐ฏ ๐ข ๐ `async def` โฉ๏ธ `def` โญ ๐โ โ๏ธ `TestClient`. /// โคด๏ธ ๐ฅ ๐ช โ `AsyncClient` โฎ๏ธ ๐ฑ, & ๐จ ๐ ๐จ โซ๏ธ, โ๏ธ `await`. {* ../../docs_src/async_tests/test_main.py hl[9:12] *} ๐ ๐: ```Python response = client.get('/') ``` ...๐ ๐ฅ โ๏ธ โ ๐ ๐จ โฎ๏ธ `TestClient`.Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 2.9K bytes - Viewed (0) -
docs/ko/docs/advanced/response-headers.md
# ์๋ต ํค๋ ## `Response` ๋งค๊ฐ๋ณ์ ์ฌ์ฉํ๊ธฐ ์ฌ๋ฌ๋ถ์ *๊ฒฝ๋ก ์๋ ํจ์*์์ `Response` ํ์ ์ ๋งค๊ฐ๋ณ์๋ฅผ ์ ์ธํ ์ ์์ต๋๋ค (์ฟ ํค์ ๊ฐ์ด ์ฌ์ฉํ ์ ์์ต๋๋ค). ๊ทธ๋ฐ ๋ค์, ์ฌ๋ฌ๋ถ์ ํด๋น *์์* ์๋ต ๊ฐ์ฒด์์ ํค๋๋ฅผ ์ค์ ํ ์ ์์ต๋๋ค. {* ../../docs_src/response_headers/tutorial002.py hl[1,7:8] *} ๊ทธ ํ, ์ผ๋ฐ์ ์ผ๋ก ์ฌ์ฉํ๋ฏ์ด ํ์ํ ๊ฐ์ฒด(`dict`, ๋ฐ์ดํฐ๋ฒ ์ด์ค ๋ชจ๋ธ ๋ฑ)๋ฅผ ๋ฐํํ ์ ์์ต๋๋ค. `response_model`์ ์ ์ธํ ๊ฒฝ์ฐ, ๋ฐํํ ๊ฐ์ฒด๋ฅผ ํํฐ๋งํ๊ณ ๋ณํํ๋ ๋ฐ ์ฌ์ ํ ์ฌ์ฉ๋ฉ๋๋ค. **FastAPI**๋ ํด๋น *์์* ์๋ต์์ ํค๋(์ฟ ํค์ ์ํ ์ฝ๋๋ ํฌํจ)๋ฅผ ์ถ์ถํ์ฌ, ์ฌ๋ฌ๋ถ์ด ๋ฐํํ ๊ฐ์ ํฌํจํ๋ ์ต์ข ์๋ต์ `response_model`๋ก ํํฐ๋ง๋ ๊ฐ์ ๋ฃ์ต๋๋ค.Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 2.5K bytes - Viewed (0) -
docs/es/docs/advanced/response-headers.md
Puedes declarar un parรกmetro de tipo `Response` en tu *funciรณn de path operation* (como puedes hacer para cookies). Y luego puedes establecer headers en ese objeto de response *temporal*. {* ../../docs_src/response_headers/tutorial002.py hl[1, 7:8] *} Y luego puedes devolver cualquier objeto que necesites, como harรญas normalmente (un `dict`, un modelo de base de datos, etc).Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 17:46:44 UTC 2024 - 2.4K bytes - Viewed (0) -
docs/ko/docs/tutorial/header-param-models.md
์ด ๊ธฐ๋ฅ์ FastAPI ๋ฒ์ `0.115.0` ์ดํ๋ถํฐ ์ง์๋ฉ๋๋ค. ๐ค /// ## Pydantic ๋ชจ๋ธ์ ์ฌ์ฉํ ํค๋ ๋งค๊ฐ๋ณ์ **Pydantic ๋ชจ๋ธ**์ ํ์ํ **ํค๋ ๋งค๊ฐ๋ณ์**๋ฅผ ์ ์ธํ ๋ค์, ํด๋น ๋งค๊ฐ๋ณ์๋ฅผ `Header`๋ก ์ ์ธํฉ๋๋ค: {* ../../docs_src/header_param_models/tutorial001_an_py310.py hl[9:14,18] *} **FastAPI**๋ ์์ฒญ์์ ๋ฐ์ **ํค๋**์์ **๊ฐ ํ๋**์ ๋ํ ๋ฐ์ดํฐ๋ฅผ **์ถ์ถ**ํ๊ณ ์ ์ํ Pydantic ๋ชจ๋ธ์ ์ค๋๋ค. ## ๋ฌธ์ ํ์ธํ๊ธฐ ๋ฌธ์ UI `/docs`์์ ํ์ํ ํค๋๋ฅผ ๋ณผ ์ ์์ต๋๋ค: <div class="screenshot">Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 09 12:45:39 UTC 2024 - 2K bytes - Viewed (0) -
docs/en/docs/advanced/security/http-basic-auth.md
* Use that `security` with a dependency in your *path operation*. * It returns an object of type `HTTPBasicCredentials`: * It contains the `username` and `password` sent. {* ../../docs_src/security/tutorial006_an_py39.py hl[4,8,12] *} When you try to open the URL for the first time (or click the "Execute" button in the docs) the browser will ask you for your username and password: <img src="/img/tutorial/security/image12.png">Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 5K bytes - Viewed (0) -
docs/en/docs/tutorial/cookie-param-models.md
Declare the **cookie** parameters that you need in a **Pydantic model**, and then declare the parameter as `Cookie`: {* ../../docs_src/cookie_param_models/tutorial001_an_py310.py hl[9:12,16] *} **FastAPI** will **extract** the data for **each field** from the **cookies** received in the request and give you the Pydantic model you defined. ## Check the Docs { #check-the-docs }Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 3.1K bytes - Viewed (0) -
docs/de/docs/tutorial/dependencies/index.md
### `Depends` importieren {* ../../docs_src/dependencies/tutorial001_an_py310.py hl[3] *} ### Deklarieren der Abhรคngigkeit im <abbr title="Das Abhรคngige, der Verwender der Abhรคngigkeit">โDependantโ</abbr> So wie auch `Body`, `Query`, usw., verwenden Sie `Depends` mit den Parametern Ihrer *Pfadoperation-Funktion*: {* ../../docs_src/dependencies/tutorial001_an_py310.py hl[13,18] *}Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 10.7K bytes - Viewed (0) -
docs/em/docs/advanced/testing-events.md
# ๐ฌ ๐: ๐ด - ๐คซ ๐โ ๐ ๐ช ๐ ๐ ๐โ๐ฆบ (`startup` & `shutdown`) ๐ ๐ ๐ฏ, ๐ ๐ช โ๏ธ `TestClient` โฎ๏ธ `with` ๐:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 225 bytes - Viewed (0) -
docs/es/docs/advanced/testing-events.md
# Testing Events: startup - shutdown Cuando necesitas que tus manejadores de eventos (`startup` y `shutdown`) se ejecuten en tus tests, puedes usar el `TestClient` con un statement `with`:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 254 bytes - Viewed (0)