- Sort Score
- Result 10 results
- Languages All
Results 251 - 260 of 604 for tipy (0.01 sec)
-
docs/es/docs/advanced/testing-dependencies.md
Y entonces **FastAPI** llamarรก a esa dependencia para sobreescribir en lugar de la dependencia original. {* ../../docs_src/dependency_testing/tutorial001_an_py310.py hl[26:27,30] *} /// tip | Consejo Puedes sobreescribir una dependencia utilizada en cualquier lugar de tu aplicaciรณn **FastAPI**.Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 2.4K bytes - Viewed (0) -
docs/em/docs/advanced/security/index.md
# ๐ง ๐โโ ## ๐ โ ๐ค โ โ ๐ต ๐โโ โ๏ธ โช๏ธโก๏ธ ๐ ๐ [๐ฐ - ๐ฉโ๐ป ๐ฆฎ: ๐โโ](../../tutorial/security/index.md){.internal-link target=_blank}. /// tip โญ ๐ **๐ซ ๐ฏ "๐ง"**. & โซ๏ธ ๐ช ๐ ๐ โ๏ธ ๐ผ, โ 1๏ธโฃ ๐ซ. /// ## โ ๐ฐ ๐ฅ โญ ๐ ๐ค ๐ โช โ ๐ [๐ฐ - ๐ฉโ๐ป ๐ฆฎ: ๐โโ](../../tutorial/security/index.md){.internal-link target=_blank}.Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 513 bytes - Viewed (0) -
docs/es/docs/advanced/custom-response.md
En este caso, el HTTP header `Content-Type` se establecerรก en `application/json`. Y se documentarรก asรญ en OpenAPI. /// /// tip | Consejo El `ORJSONResponse` solo estรก disponible en FastAPI, no en Starlette. /// ## Response HTML Para devolver un response con HTML directamente desde **FastAPI**, usa `HTMLResponse`.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 12.5K bytes - Viewed (0) -
docs/es/docs/tutorial/dependencies/sub-dependencies.md
```Python hl_lines="1" async def needy_dependency(fresh_value: Annotated[str, Depends(get_value, use_cache=False)]): return {"fresh_value": fresh_value} ``` //// //// tab | Python 3.8+ sin Anotaciones /// tip | Consejo Prefiere usar la versiรณn `Annotated` si es posible. /// ```Python hl_lines="1" async def needy_dependency(fresh_value: str = Depends(get_value, use_cache=False)): return {"fresh_value": fresh_value}
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 3.7K bytes - Viewed (0) -
docs/ko/docs/tutorial/path-params.md
/// info | ์ ๋ณด <a href="https://docs.python.org/3/library/enum.html" class="external-link" target="_blank">์ด๊ฑฐํ(๋๋ enums)</a>์ ํ์ด์ฌ ๋ฒ์ 3.4 ์ดํ๋ก ์ฌ์ฉ ๊ฐ๋ฅํฉ๋๋ค. /// /// tip | ํ ํน์ ๊ถ๊ธํ๋ค๋ฉด, "AlexNet", "ResNet", ๊ทธ๋ฆฌ๊ณ "LeNet"์ ๊ทธ์ ๊ธฐ๊ณ ํ์ต <abbr title="๊ธฐ์ ์ ์ผ๋ก ์ ํํ๋ ๋ฅ ๋ฌ๋ ๋ชจ๋ธ ๊ตฌ์กฐ">๋ชจ๋ธ</abbr>๋ค์ ์ด๋ฆ์ ๋๋ค. /// ### *๊ฒฝ๋ก ๋งค๊ฐ๋ณ์* ์ ์ธ ์์ฑํ ์ด๊ฑฐํ ํด๋์ค(`ModelName`)๋ฅผ ์ฌ์ฉํ๋ ํ์ ์ด๋ ธํ ์ด์ ์ผ๋ก *๊ฒฝ๋ก ๋งค๊ฐ๋ณ์*๋ฅผ ๋ง๋ญ๋๋ค:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 9.6K bytes - Viewed (0) -
docs/es/docs/advanced/security/index.md
## Funcionalidades Adicionales Hay algunas funcionalidades extra para manejar la seguridad aparte de las cubiertas en el [Tutorial - Guรญa del Usuario: Seguridad](../../tutorial/security/index.md){.internal-link target=_blank}. /// tip | Consejo Las siguientes secciones **no son necesariamente "avanzadas"**. Y es posible que para tu caso de uso, la soluciรณn estรฉ en una de ellas. /// ## Lee primero el Tutorial
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 17:46:44 UTC 2024 - 699 bytes - Viewed (0) -
docs/en/docs/advanced/testing-dependencies.md
And then **FastAPI** will call that override instead of the original dependency. {* ../../docs_src/dependency_testing/tutorial001_an_py310.py hl[26:27,30] *} /// tip You can set a dependency override for a dependency used anywhere in your **FastAPI** application.Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 2.4K bytes - Viewed (0) -
docs/pt/docs/deployment/versions.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 3.8K bytes - Viewed (0) -
docs/en/docs/how-to/index.md
If something seems interesting and useful to your project, go ahead and check it, but otherwise, you might probably just skip them. /// tip If you want to **learn FastAPI** in a structured way (recommended), go and read the [Tutorial - User Guide](../tutorial/index.md){.internal-link target=_blank} chapter by chapter instead.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 612 bytes - Viewed (0) -
docs/ko/docs/advanced/testing-dependencies.md
/// tip | ํ **FastAPI** ์ ํ๋ฆฌ์ผ์ด์ ์ด๋์์๋ ์ฌ์ฉ๋ ์์กด์ฑ์ ๋ํด ์ค๋ฒ๋ผ์ด๋๋ฅผ ์ค์ ํ ์ ์์ต๋๋ค. ์๋ ์์กด์ฑ์ *๊ฒฝ๋ก ๋์ ํจ์*, *๊ฒฝ๋ก ๋์ ๋ฐ์ฝ๋ ์ดํฐ*(๋ฐํ๊ฐ์ ์ฌ์ฉํ์ง ์๋ ๊ฒฝ์ฐ), `.include_router()` ํธ์ถ ๋ฑ์์ ์ฌ์ฉ๋ ์ ์์ต๋๋ค. FastAPI๋ ์ฌ์ ํ ์ด๋ฅผ ์ค๋ฒ๋ผ์ด๋ํ ์ ์์ต๋๋ค. /// ๊ทธ๋ฐ ๋ค์, `app.dependency_overrides`๋ฅผ ๋น `dict`๋ก ์ค์ ํ์ฌ ์ค๋ฒ๋ผ์ด๋๋ฅผ ์ฌ์ค์ (์ ๊ฑฐ)ํ ์ ์์ต๋๋ค: ```python app.dependency_overrides = {} ``` /// tip | ํ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Wed Nov 27 22:12:04 UTC 2024 - 2.6K bytes - Viewed (0)