Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 441 - 450 of 588 for imagem (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. docs/zh/docs/advanced/openapi-webhooks.md

    ### 查看文档 { #check-the-docs }
    
    现在您可以启动您的应用程序并访问 [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs)。
    
    您会看到您的文档不仅有正常的*路径操作*显示,现在还多了一些**网络钩子**:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 3K bytes
    - Click Count (0)
  2. docs/tr/docs/tutorial/request-files.md

    `UploadFile` şu attribute’lara sahiptir:
    
    * `filename`: Upload edilen orijinal dosya adını içeren bir `str` (örn. `myimage.jpg`).
    * `content_type`: Content type’ı (MIME type / media type) içeren bir `str` (örn. `image/jpeg`).
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 7.5K bytes
    - Click Count (0)
  3. docs/zh/docs/tutorial/response-model.md

    这样,你就能兼得两方面的优势:带有**工具支持**的类型注解和**数据过滤**。
    
    ## 在文档中查看 { #see-it-in-the-docs }
    
    当你查看自动文档时,你会看到输入模型和输出模型都会有各自的 JSON Schema:
    
    <img src="/img/tutorial/response-model/image01.png">
    
    并且两个模型都会用于交互式 API 文档:
    
    <img src="/img/tutorial/response-model/image02.png">
    
    ## 其他返回类型注解 { #other-return-type-annotations }
    
    有些情况下你会返回一些不是有效 Pydantic 字段的内容,并在函数上做了相应注解,只是为了获得工具链(编辑器、mypy 等)的支持。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 14.5K bytes
    - Click Count (0)
  4. docs/de/docs/how-to/extending-openapi.md

    Sobald Sie auf [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc) gehen, werden Sie sehen, dass Ihr benutzerdefiniertes Logo verwendet wird (in diesem Beispiel das Logo von **FastAPI**):
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 3.9K bytes
    - Click Count (0)
  5. docs/es/docs/how-to/extending-openapi.md

    Una vez que vayas a [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc) verás que estás usando tu logo personalizado (en este ejemplo, el logo de **FastAPI**):
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 3.5K bytes
    - Click Count (0)
  6. docs/de/docs/advanced/openapi-webhooks.md

    Sie werden sehen, dass Ihre Dokumentation die normalen *Pfadoperationen* und jetzt auch einige **Webhooks** enthält:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 3.5K bytes
    - Click Count (0)
  7. docs/fr/docs/tutorial/cookie-param-models.md

    ## Consulter la documentation { #check-the-docs }
    
    Vous pouvez voir les cookies définis dans l'interface de la documentation à `/docs` :
    
    <div class="screenshot">
    <img src="/img/tutorial/cookie-param-models/image01.png">
    </div>
    
    /// info
    
    Gardez à l'esprit que, comme les **navigateurs gèrent les cookies** de manière particulière et en arrière-plan, ils **n'autorisent pas** facilement **JavaScript** à y accéder.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Feb 14 08:12:41 GMT 2026
    - 3.6K bytes
    - Click Count (0)
  8. docs/features/interceptors.md

    ![Interceptors Diagram](../assets/images/******@****.***)
    
    ### Application Interceptors
    
    Interceptors are registered as either _application_ or _network_ interceptors. We'll use the `LoggingInterceptor` defined above to show the difference.
    
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Feb 06 02:19:09 GMT 2022
    - 8.1K bytes
    - Click Count (0)
  9. docs/ja/docs/tutorial/header-param-models.md

    **FastAPI** はリクエストの**ヘッダー**から**各フィールド**の値を**抽出**し、定義した Pydantic モデルとして渡します。
    
    ## ドキュメントの確認 { #check-the-docs }
    
    `/docs` のドキュメント UI で必要なヘッダーを確認できます:
    
    <div class="screenshot">
    <img src="/img/tutorial/header-param-models/image01.png">
    </div>
    
    ## 余分なヘッダーを禁止 { #forbid-extra-headers }
    
    特殊なユースケース(あまり一般的ではありません)では、受け付けるヘッダーを**制限**したい場合があります。
    
    Pydantic のモデル設定で `extra` フィールドを `forbid` にして禁止できます:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Feb 13 15:24:30 GMT 2026
    - 3.2K bytes
    - Click Count (0)
  10. docs/tr/docs/tutorial/metadata.md

    /// tip | İpucu
    
    `description` alanına Markdown yazabilirsiniz; çıktı tarafında render edilir.
    
    ///
    
    Bu yapılandırmayla otomatik API dokümanları şöyle görünür:
    
    <img src="/img/tutorial/metadata/image01.png">
    
    ## Lisans Tanımlayıcısı { #license-identifier }
    
    OpenAPI 3.1.0 ve FastAPI 0.99.0 sürümünden itibaren, `license_info` içinde `url` yerine bir `identifier` da ayarlayabilirsiniz.
    
    Örneğin:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 6.2K bytes
    - Click Count (0)
Back to Top