Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 85 for Actors (0.14 sec)

  1. docs/de/docs/alternatives.md

    Es bietet:
    
    * Eine sehr beeindruckende Leistung.
    * WebSocket-Unterstützung.
    * Hintergrundtasks im selben Prozess.
    * Events für das Hoch- und Herunterfahren.
    * Testclient basierend auf HTTPX.
    * CORS, GZip, statische Dateien, Streamende Responses.
    * Session- und Cookie-Unterstützung.
    * 100 % Testabdeckung.
    * 100 % Typannotierte Codebasis.
    * Wenige starke Abhängigkeiten.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 20:26:28 GMT 2024
    - 26.7K bytes
    - Viewed (0)
  2. docs/pt/docs/index.md

    * Muitos recursos extras (graças ao Starlette) como:
        * **WebSockets**
        * **GraphQL**
        * testes extrememamente fáceis baseados em HTTPX e `pytest`
        * **CORS**
        * **Cookie Sessions**
        * ...e mais.
    
    ## Performance
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Mon Apr 29 05:18:04 GMT 2024
    - 18.6K bytes
    - Viewed (0)
  3. docs/az/docs/index.md

    * Digər əlavə xüsusiyyətlər (Starlette sayəsində):
        * **WebSockets**
        * HTTPX və `pytest` sayəsində çox asan testlər
        * **CORS**
        * **Cookie Sessions**
        * ...və daha çoxu.
    
    ## Performans
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Mon Apr 29 05:18:04 GMT 2024
    - 22.8K bytes
    - Viewed (0)
  4. docs/vi/docs/index.md

    * Nhiều tính năng mở rộng (cảm ơn Starlette) như:
        * **WebSockets**
        * kiểm thử vô cùng dễ dàng dựa trên HTTPX và `pytest`
        * **CORS**
        * **Cookie Sessions**
        * ...và nhiều hơn thế.
    
    ## Hiệu năng
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Mon Apr 29 05:18:04 GMT 2024
    - 21.9K bytes
    - Viewed (0)
  5. docs/yo/docs/index.md

    * Ọpọlọpọ àwọn àfikún àwọn ẹ̀yà (ọpẹ́ pàtàkìsi sí Starlette) bí:
        * **WebSockets**
        * àwọn ìdánwò tí ó rọrùn púpọ̀ lórí HTTPX àti `pytest`
        * **CORS**
        * **Cookie Sessions**
        * ...àti síwájú síi.
    
    ## Ìṣesí
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Mon Apr 29 05:18:04 GMT 2024
    - 24.1K bytes
    - Viewed (0)
  6. docs/ja/docs/index.md

    - **深くネストされた JSON モデル**を宣言するためのより高度な(しかし同様に簡単な)技術(Pydantic のおかげです)。
    - 以下のようなたくさんのおまけ機能(Starlette のおかげです):
      - **WebSockets**
      - **GraphQL**
      - `httpx` や `pytest`をもとにした極限に簡単なテスト
      - **CORS**
      - **クッキーセッション**
      - ...などなど。
    
    ## パフォーマンス
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Mon Apr 29 05:18:04 GMT 2024
    - 21K bytes
    - Viewed (0)
  7. docs/en/docs/advanced/response-headers.md

    have custom headers that you want a client in a browser to be able to see, you need to add them to your CORS configurations (read more in [CORS (Cross-Origin Resource Sharing)](../tutorial/cors.md){.internal-link target=_blank}), using the parameter `expose_headers` documented in <a href="https://www.starlette.io/middleware/#corsmiddleware" class="external-link" target="_blank">Starlette's CORS docs</a>....
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Jan 11 16:31:18 GMT 2024
    - 2.2K bytes
    - Viewed (0)
  8. .github/workflows/people.yml

          - name: Setup tmate session
            uses: mxschmitt/action-tmate@v3
            if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
            with:
              limit-access-to-actor: true
          - uses: ./.github/actions/people
            with:
    Others
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Tue Oct 17 07:19:41 GMT 2023
    - 1.2K bytes
    - Viewed (0)
  9. docs/de/docs/reference/middleware.md

    Lesen Sie mehr darüber in der [FastAPI-Dokumentation über Middleware](../advanced/middleware.md).
    
    ::: fastapi.middleware.cors.CORSMiddleware
    
    Kann von `fastapi` importiert werden:
    
    ```python
    from fastapi.middleware.cors import CORSMiddleware
    ```
    
    ::: fastapi.middleware.gzip.GZipMiddleware
    
    Kann von `fastapi` importiert werden:
    
    ```python
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 18:15:39 GMT 2024
    - 1001 bytes
    - Viewed (0)
  10. docs/fa/docs/tutorial/middleware.md

    !!! توجه "جزئیات فنی"
        شما همچنین می‌توانید از `from starlette.requests import Request` استفاده کنید.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Mon Jan 29 17:53:46 GMT 2024
    - 4.4K bytes
    - Viewed (0)
Back to top