Search Options

Results per page
Sort
Preferred Languages
Advance

Results 291 - 300 of 337 for starlette (0.09 sec)

  1. docs/em/docs/advanced/custom-response.md

    ## ๐Ÿ’ช ๐Ÿ“จ
    
    ๐Ÿ“ฅ ๐Ÿ’ช ๐Ÿ“จ.
    
    โœ”๏ธ ๐Ÿคฏ ๐Ÿ‘ˆ ๐Ÿ‘† ๐Ÿ’ช โš™๏ธ `Response` ๐Ÿ“จ ๐Ÿ•ณ ๐Ÿ™†, โš–๏ธ โœ ๐Ÿ›ƒ ๐ŸŽง-๐ŸŽ“.
    
    /// note | "๐Ÿ“ก โ„น"
    
    ๐Ÿ‘† ๐Ÿ’ช โš™๏ธ `from starlette.responses import HTMLResponse`.
    
    **FastAPI** ๐Ÿšš ๐ŸŽ `starlette.responses` `fastapi.responses` ๐Ÿช ๐Ÿ‘†, ๐Ÿ‘ฉโ€๐Ÿ’ป. โœ‹๏ธ ๐ŸŒ… ๐Ÿ’ช ๐Ÿ“จ ๐Ÿ‘Ÿ ๐Ÿ”— โšช๏ธโžก๏ธ ๐Ÿ’ƒ.
    
    ///
    
    ### `Response`
    
    ๐Ÿ‘‘ `Response` ๐ŸŽ“, ๐ŸŒ ๐ŸŽ ๐Ÿ“จ ๐Ÿ˜– โšช๏ธโžก๏ธ โšซ๏ธ.
    
    ๐Ÿ‘† ๐Ÿ’ช ๐Ÿ“จ โšซ๏ธ ๐Ÿ”—.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  2. fastapi/routing.py

        get_value_or_default,
        is_body_allowed_for_status_code,
    )
    from pydantic import BaseModel
    from starlette import routing
    from starlette.concurrency import run_in_threadpool
    from starlette.exceptions import HTTPException
    from starlette.requests import Request
    from starlette.responses import JSONResponse, Response
    from starlette.routing import (
        BaseRoute,
        Match,
        compile_path,
        get_name,
        request_response,
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sat Oct 12 09:44:57 UTC 2024
    - 172.1K bytes
    - Viewed (0)
  3. docs/em/docs/how-to/custom-request-and-route.md

     `Request` โœ”๏ธ `request.receive`, ๐Ÿ‘ˆ ๐Ÿ”ข "๐Ÿ“จ" ๐Ÿ’ช ๐Ÿ“จ.
    
     `scope` `dict` & `receive` ๐Ÿ”ข ๐Ÿ‘ฏโ€โ™‚๏ธ ๐Ÿ• ๐Ÿ”ซ ๐Ÿ”ง.
    
     & ๐Ÿ‘ˆ 2๏ธโƒฃ ๐Ÿ‘œ, `scope` & `receive`, โšซ๏ธโ” ๐Ÿ’ช โœ ๐Ÿ†• `Request` ๐Ÿ‘.
    
    ๐Ÿ’ก ๐ŸŒ… ๐Ÿ”ƒ `Request` โœ… <a href="https://www.starlette.io/requests/" class="external-link" target="_blank">๐Ÿ’ƒ ๐Ÿฉบ ๐Ÿ”ƒ ๐Ÿ“จ</a>.
    
    ///
    
    ๐Ÿ•ด ๐Ÿ‘œ ๐Ÿ”ข ๐Ÿ“จ `GzipRequest.get_route_handler` ๐Ÿ”จ ๐ŸŽ ๐Ÿ—œ `Request` `GzipRequest`.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  4. fastapi/applications.py

    from fastapi.utils import generate_unique_id
    from starlette.applications import Starlette
    from starlette.datastructures import State
    from starlette.exceptions import HTTPException
    from starlette.middleware import Middleware
    from starlette.middleware.base import BaseHTTPMiddleware
    from starlette.requests import Request
    from starlette.responses import HTMLResponse, JSONResponse, Response
    from starlette.routing import BaseRoute
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sat Aug 17 04:52:31 UTC 2024
    - 172.2K bytes
    - Viewed (0)
  5. docs/em/docs/history-design-future.md

    โคด๏ธ ๐Ÿ‘ค ๐Ÿ“‰ โšซ๏ธ, โš’ โšซ๏ธ ๐Ÿ• ๐Ÿ› ๏ธ โฎ๏ธ ๐ŸŽป ๐Ÿ”—, ๐Ÿ•โ€๐Ÿฆบ ๐ŸŽ ๐ŸŒŒ ๐Ÿ”ฌ โš› ๐Ÿ“„, &amp; ๐Ÿ“‰ ๐Ÿ‘จโ€๐ŸŽจ ๐Ÿ•โ€๐Ÿฆบ (๐Ÿ†Ž โœ…, โœ) โš“๏ธ ๐Ÿ”› ๐Ÿ’ฏ ๐Ÿ“š ๐Ÿ‘จโ€๐ŸŽจ.
    
    โฎ๏ธ ๐Ÿ› ๏ธ, ๐Ÿ‘ค ๐Ÿ“‰ <a href="https://www.starlette.io/" class="external-link" target="_blank">**๐Ÿ’ƒ**</a>, ๐ŸŽ ๐Ÿ”‘ ๐Ÿ“„.
    
    ## ๐Ÿ› ๏ธ
    
    ๐Ÿ•ฐ ๐Ÿ‘ค โ–ถ๏ธ ๐Ÿ— **FastAPI** โšซ๏ธ, ๐Ÿ† ๐Ÿ– โช ๐Ÿฅ‰, ๐Ÿ”ง ๐Ÿ”ฌ, ๐Ÿ“„ &amp; ๐Ÿงฐ ๐Ÿ”œ, &amp; ๐Ÿ’ก ๐Ÿ”ƒ ๐Ÿฉ &amp; ๐Ÿ”ง ๐Ÿ†‘ &amp; ๐Ÿ‹.
    
    ## ๐Ÿ”ฎ
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Mon Jul 29 23:35:07 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  6. docs/fr/docs/project-generation.md

    * Backend Python <a href="https://github.com/fastapi/fastapi" class="external-link" target="_blank">**FastAPI**</a> :
        * **Rapide** : Trรจs hautes performances, comparables ร  **NodeJS** ou **Go** (grรขce ร  Starlette et Pydantic).
        * **Intuitif** : Excellent support des รฉditeurs. <abbr title="aussi appelรฉe auto-complรฉtion, autocomplรฉtion, IntelliSense...">Complรฉtion</abbr> partout. Moins de temps passรฉ ร  dรฉboguer.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Mon Jul 29 23:35:07 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  7. docs/tr/docs/project-generation.md

    * Python <a href="https://github.com/fastapi/fastapi" class="external-link" target="_blank">**FastAPI**</a> backend:
        * **Hฤฑzlฤฑ**: **NodeJS** ve **Go** ile eลŸit, รงok yรผksek performans (Starlette ve Pydantic'e teลŸekkรผrler).
        * **Sezgisel**: Editor desteฤŸฤฑ. <abbr title="auto-complete, IntelliSense gibi isimlerle de bilinir">Otomatik tamamlama</abbr>. Daha az debugging.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Mon Jul 29 23:35:07 UTC 2024
    - 6K bytes
    - Viewed (0)
  8. docs/en/docs/release-notes.md

    ## 0.108.0
    
    ### Upgrades
    
    * โฌ†๏ธ Upgrade Starlette to `>=0.29.0,<0.33.0`, update docs and usage of templates with new Starlette arguments. Remove pin of AnyIO `>=3.7.1,<4.0.0`, add support for AnyIO 4.x.x. PR [#10846](https://github.com/tiangolo/fastapi/pull/10846) by [@tiangolo](https://github.com/tiangolo).
    
    ## 0.107.0
    
    ### Upgrades
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Nov 01 11:25:57 UTC 2024
    - 460.3K bytes
    - Viewed (0)
  9. docs/fr/docs/deployment/manually.md

     Cela aide beaucoup pendant le **dรฉveloppement**, mais vous **ne devriez pas** l'utiliser en **production**.
    
    ///
    
    ## Hypercorn avec Trio
    
    Starlette et **FastAPI** sont basรฉs sur
    <a href="https://anyio.readthedocs.io/en/stable/" class="external-link" target="_blank">AnyIO</a>, qui les rend
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  10. docs/ja/docs/tutorial/path-params.md

    ใ—ใŸใŒใฃใฆใ€URLใฏ `/files/home/johndoe/myfile.txt` ใฎๆง˜ใซใชใ‚Šใพใ™ใ€‚
    
    ### OpenAPIใ‚ตใƒใƒผใƒˆ
    
    OpenAPIใฏใƒ†ใ‚นใƒˆใ‚„ๅฎš็พฉใŒๅ›ฐ้›ฃใชใ‚ทใƒŠใƒชใ‚ชใซใคใชใŒใ‚‹ๅฏ่ƒฝๆ€งใŒใ‚ใ‚‹ใŸใ‚ใ€ๅ†…้ƒจใซ*ใƒ‘ใ‚น*ใ‚’ๅซใ‚€*ใƒ‘ใ‚นใƒ‘ใƒฉใƒกใƒผใ‚ฟ*ใฎๅฎฃ่จ€ใ‚’ใ‚ตใƒใƒผใƒˆใ—ใฆใ„ใพใ›ใ‚“ใ€‚
    
    ใใ‚Œใซใ‚‚้–ขใ‚ใ‚‰ใšใ€Starletteใฎๅ†…้ƒจใƒ„ใƒผใƒซใฎใฒใจใคใ‚’ไฝฟ็”จใ™ใ‚‹ใ“ใจใงใ€**FastAPI**ใฏใใ‚ŒใŒๅฎŸ็พใงใใพใ™ใ€‚
    
    ใใ—ใฆใ€ใƒ‘ใƒฉใƒกใƒผใ‚ฟใŒใƒ‘ใ‚นใ‚’ๅซใ‚€ในใใงใ‚ใ‚‹ใ“ใจใ‚’ๆ˜Ž็คบ็š„ใซใƒ‰ใ‚ญใƒฅใƒกใƒณใƒˆใซ่ฟฝๅŠ ใ™ใ‚‹ใ“ใจใชใใ€ๆฉŸ่ƒฝใ—ใพใ™ใ€‚
    
    ### ใƒ‘ใ‚นๅค‰ๆ›
    
    Starletteใฎใ‚ชใƒ—ใ‚ทใƒงใƒณใ‚’็›ดๆŽฅไฝฟ็”จใ™ใ‚‹ใ“ใจใงใ€ไปฅไธ‹ใฎURLใฎๆง˜ใช*ใƒ‘ใ‚น*ใ‚’ๅซใ‚“ใ ใ€*ใƒ‘ใ‚นใƒ‘ใƒฉใƒกใƒผใ‚ฟ*ใฎๅฎฃ่จ€ใŒใงใใพใ™:
    
    ```
    /files/{file_path:path}
    ```
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 10.6K bytes
    - Viewed (0)
Back to top