- Sort Score
- Result 10 results
- Languages All
Results 161 - 170 of 310 for tutorial009c_py310 (0.07 sec)
-
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) -
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) -
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) -
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) -
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) -
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) -
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çãoRegistered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 9.4K bytes - Viewed (0) -
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) -
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) -
docs/pt/docs/tutorial/schema-extra-example.md
Você pode declarar `examples` para um modelo Pydantic que serão adicionados ao JSON Schema gerado. //// tab | Pydantic v2 {* ../../docs_src/schema_extra_example/tutorial001_py310.py hl[13:24] *} //// //// tab | Pydantic v1 {* ../../docs_src/schema_extra_example/tutorial001_pv1_py310.py hl[13:23] *} ////Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Nov 12 16:23:57 UTC 2025 - 10.3K bytes - Viewed (0)