Search Options

Results per page
Sort
Preferred Languages
Advance

Results 161 - 170 of 307 for tutorial008b_py310 (0.06 sec)

  1. docs_src/header_param_models/tutorial002_py310.py

    Sebastián Ramírez <******@****.***> 1726599250 +0200
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Tue Sep 17 18:54:10 UTC 2024
    - 392 bytes
    - Viewed (0)
  2. docs_src/path_operation_configuration/tutorial002_py310.py

    Sebastián Ramírez <******@****.***> 1641564691 +0100
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Fri Jan 07 14:11:31 UTC 2022
    - 537 bytes
    - Viewed (0)
  3. docs_src/path_operation_configuration/tutorial004_py310.py

    Sebastián Ramírez <******@****.***> 1641564691 +0100
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Fri Jan 07 14:11:31 UTC 2022
    - 638 bytes
    - Viewed (0)
  4. docs_src/python_types/tutorial008b_py39.py

    Sebastián Ramírez <******@****.***> 1766004103 -0800
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 84 bytes
    - Viewed (0)
  5. docs_src/query_param_models/tutorial001_py310.py

    Sebastián Ramírez <******@****.***> 1726599250 +0200
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Tue Sep 17 18:54:10 UTC 2024
    - 422 bytes
    - Viewed (0)
  6. docs_src/query_params/tutorial003_py310.py

    Sebastián Ramírez <******@****.***> 1641564691 +0100
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Fri Jan 07 14:11:31 UTC 2022
    - 374 bytes
    - Viewed (0)
  7. docs_src/query_params_str_validations/tutorial003_py310.py

    Sebastián Ramírez <******@****.***> 1652485102 -0500
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Fri May 13 23:38:22 UTC 2022
    - 290 bytes
    - Viewed (0)
  8. docs/pt/docs/advanced/additional-responses.md

    {* ../../docs_src/additional_responses/tutorial002_py310.py hl[17:22,26] *}
    
    /// note | Nota
    
    Note que você deve retornar a imagem utilizando um `FileResponse` diretamente.
    
    ///
    
    /// info | Informação
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 9.4K bytes
    - Viewed (0)
  9. docs/ru/docs/advanced/additional-responses.md

    Например, вы можете добавить дополнительный тип содержимого `image/png`, объявив, что ваша операция пути может возвращать JSON‑объект (с типом содержимого `application/json`) или PNG‑изображение:
    
    {* ../../docs_src/additional_responses/tutorial002_py310.py hl[17:22,26] *}
    
    /// note | Примечание
    
    Учтите, что изображение нужно возвращать напрямую, используя `FileResponse`.
    
    ///
    
    /// info | Информация
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 12.3K bytes
    - Viewed (0)
  10. docs/zh/docs/tutorial/response-model.md

    ///
    
    ## 添加输出模型
    
    相反,我们可以创建一个有明文密码的输入模型和一个没有明文密码的输出模型:
    
    {* ../../docs_src/response_model/tutorial003_py310.py hl[9,11,16] *}
    
    这样,即便我们的*路径操作函数*将会返回包含密码的相同输入用户:
    
    {* ../../docs_src/response_model/tutorial003_py310.py hl[24] *}
    
    ...我们已经将 `response_model` 声明为了不包含密码的 `UserOut` 模型:
    
    {* ../../docs_src/response_model/tutorial003_py310.py hl[22] *}
    
    因此,**FastAPI** 将会负责过滤掉未在输出模型中声明的所有数据(使用 Pydantic)。
    
    ## 在文档中查看
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 6.9K bytes
    - Viewed (0)
Back to top