Search Options

Results per page
Sort
Preferred Languages
Advance

Results 251 - 260 of 604 for tipy (0.01 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. docs/pt/docs/deployment/versions.md

    /// tip | Dica
    
    O "PATCH" รฉ o รบltimo nรบmero, por exemplo, em `0.2.3`, a versรฃo PATCH รฉ `3`.
    
    ///
    
    Logo, vocรช deveria conseguir fixar a versรฃo, como:
    
    ```txt
    fastapi>=0.45.0,<0.46.0
    ```
    
    Mudanรงas significativas e novos recursos sรฃo adicionados em versรตes "MINOR".
    
    /// tip | Dica
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Nov 09 16:39:20 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  9. 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)
  10. 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)
Back to top