Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 90 for Actors (0.46 sec)

  1. docs/ko/docs/tutorial/middleware.md

        그러나 만약 클라이언트의 브라우저에서 볼 수 있는 사용자 정의 헤더를 가지고 있다면, 그것들을 CORS 설정([CORS (Cross-Origin Resource Sharing)](cors.md){.internal-link target=_blank})에 <a href="https://www.starlette.io/middleware/#corsmiddleware" class="external-link" target="_blank">Starlette CORS 문서</a>에 명시된 `expose_headers` 매개변수를 이용하여 헤더들을 추가하여야합니다.
    
    !!! note "기술적 세부사항"
        `from starlette.requests import request`를 사용할 수도 있습니다.
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Wed Jan 31 14:35:27 GMT 2024
    - 3.4K bytes
    - Viewed (0)
  2. docs/config/README.md

    cluster_deadline                (duration)  set the deadline for cluster readiness check (default: '10s')
    cors_allow_origin               (csv)       set comma separated list of origins allowed for CORS requests (default: '*')
    remote_transport_deadline       (duration)  set the deadline for API requests on remote transports while proxying between federated instances e.g. "2h" (default: '2h')
    Plain Text
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Mon Sep 11 21:48:54 GMT 2023
    - 17.7K bytes
    - Viewed (0)
  3. docs/de/docs/features.md

    * **WebSocket**-Unterstützung.
    * Hintergrundaufgaben im selben Prozess.
    * Ereignisse beim Starten und Herunterfahren.
    * Testclient baut auf HTTPX auf.
    * **CORS**, GZip, statische Dateien, Responses streamen.
    * **Sitzungs- und Cookie**-Unterstützung.
    * 100 % Testabdeckung.
    * 100 % Typen annotierte Codebasis.
    
    ## Pydantic's Merkmale
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sat Mar 30 19:43:43 GMT 2024
    - 10.8K bytes
    - Viewed (0)
  4. docs/ja/docs/features.md

    * **WebSocket**のサポート
    * **GraphQL**のサポート
    * プロセス内バックグラウンドタスク
    * 起動およびシャットダウンイベント
    * `httpx`に基づいて構築されたテストクライアント
    * **CORS**、GZip、静的ファイル、ストリーミング応答
    * **セッションとCookie**のサポート
    * テストカバレッジ100%
    * 型アノテーション100%のコードベース
    
    ## Pydanticの特徴
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 12.3K bytes
    - Viewed (0)
  5. docs/hu/docs/index.md

    * több extra funkció (Starlette-nek köszönhetően) pl.:
        * **WebSockets**
        * rendkívül könnyű tesztek HTTPX és `pytest` alapokra építve
        * **CORS**
        * **Cookie Sessions**
        * ...és több.
    
    ## Teljesítmény
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 23:58:47 GMT 2024
    - 20.2K bytes
    - Viewed (0)
  6. docs/es/docs/index.md

    * Muchas características extra (gracias a Starlette) como:
        * **WebSockets**
        * **GraphQL**
        * pruebas extremadamente fáciles con HTTPX y `pytest`
        * **CORS**
        * **Cookie Sessions**
        * ...y mucho más.
    
    ## Rendimiento
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 23:58:47 GMT 2024
    - 19K bytes
    - Viewed (0)
  7. docs/bn/docs/index.md

    - আরো অতিরিক্ত বৈশিষ্ট্য (স্টারলেটকে ধন্যবাদ) হিসাবে:
      - **WebSockets**
      - **GraphQL**
      - HTTPX এবং `pytest` ভিত্তিক অত্যন্ত সহজ পরীক্ষা
      - **CORS**
      - **Cookie Sessions**
      - ...এবং আরো।
    
    ## কর্মক্ষমতা
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 23:58:47 GMT 2024
    - 30.2K bytes
    - Viewed (0)
  8. docs/en/docs/release-notes.md

    of `text/plain` containing JSON data would be accepted and the JSON data would be extracted.
    
    But requests with content type `text/plain` are exempt from [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) preflights, for being considered [Simple requests](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#simple_requests). So, the browser would execute them right away including cookies, and the text content could be a JSON string that would be parsed and accepted by the...
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sun Apr 28 00:28:00 GMT 2024
    - 385.5K bytes
    - Viewed (1)
  9. docs/ja/docs/alternatives.md

    非常にシンプルで直感的です。簡単に拡張できるように設計されており、モジュール化されたコンポーネントを持っています。
    
    以下のような特徴があります。
    
    * 非常に感動的な性能。
    * WebSocketのサポート。
    * GraphQLのサポート。
    * インプロセスのバックグラウンドタスク。
    * 起動およびシャットダウンイベント。
    * requestsに基づいて構築されたテストクライアント。
    * CORS、GZip、静的ファイル、ストリーミング応答。
    * セッションとクッキーのサポート。
    * 100%のテストカバレッジ。
    * 100%の型注釈付きコードベース。
    * ハードな依存関係はない。
    
    Starletteは、現在テストされているPythonフレームワークの中で最も速いフレームワークです。フレームワークではなくサーバーであるUvicornだけが上回っています。
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 31.6K bytes
    - Viewed (0)
  10. docs/zh/docs/tutorial/cors.md

    ### 简单请求
    
    任何带有 `Origin` 请求头的请求。在这种情况下,中间件将像平常一样传递请求,但是在响应中包含适当的 CORS headers。
    
    ## 更多信息
    
    更多关于 <abbr title="Cross-Origin Resource Sharing">CORS</abbr> 的信息,请查看 <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS" class="external-link" target="_blank">Mozilla CORS 文档</a>。
    
    !!! note "技术细节"
        你也可以使用 `from starlette.middleware.cors import CORSMiddleware`。
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sat Mar 27 17:28:07 GMT 2021
    - 4.5K bytes
    - Viewed (0)
Back to top