Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Websocket (0.06 sec)

  1. docs/pt/docs/advanced/websockets.md

    ```Python hl_lines="2  6-38  41-43"
    {!../../docs_src/websockets/tutorial001.py!}
    ```
    
    ## Criando um `websocket`
    
    Em sua aplicação **FastAPI**, crie um `websocket`:
    
    {*../../docs_src/websockets/tutorial001.py hl[46:47]*}
    
    /// note | Detalhes Técnicos
    
    Você também poderia usar `from starlette.websockets import WebSocket`.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Oct 31 12:20:59 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

    ## 0.24.0
    
    * Add support for WebSockets with dependencies and parameters.
        * Support included for:
            * `Depends`
            * `Security`
            * `Cookie`
            * `Header`
            * `Path`
            * `Query`
            * ...as these are compatible with the WebSockets protocol (e.g. `Body` is not).
        * [Updated documentation for WebSockets](https://fastapi.tiangolo.com/advanced/websockets/).
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Nov 01 11:25:57 UTC 2024
    - 460.3K bytes
    - Viewed (0)
  3. README.md

    * **GraphQL** integration with <a href="https://strawberry.rocks" class="external-link" target="_blank">Strawberry</a> and other libraries.
    * Many extra features (thanks to Starlette) as:
        * **WebSockets**
        * extremely easy tests based on HTTPX and `pytest`
        * **CORS**
        * **Cookie Sessions**
        * ...and more.
    
    ## Performance
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Oct 31 09:13:26 UTC 2024
    - 23.6K bytes
    - Viewed (0)
Back to top