- Sort Score
- Result 10 results
- Languages All
Results 1861 - 1870 of 2,000 for Fastapi (0.07 sec)
-
docs/de/docs/how-to/separate-openapi-schemas.md
In diesem Fall kรถnnen Sie diese Funktion in **FastAPI** mit dem Parameter `separate_input_output_schemas=False` deaktivieren. /// info Unterstรผtzung fรผr `separate_input_output_schemas` wurde in FastAPI `0.102.0` hinzugefรผgt. ๐ค /// //// tab | Python 3.10+ ```Python hl_lines="10"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 7K bytes - Viewed (0) -
docs/ko/docs/tutorial/cookie-params.md
{!> ../../docs_src/cookie_params/tutorial001.py!} ``` //// /// note | "๊ธฐ์ ์ธ๋ถ์ฌํญ" `Cookie`๋ `Path` ๋ฐ `Query`์ "์๋งค"ํด๋์ค์ ๋๋ค. ์ด ์ญ์ ๋์ผํ ๊ณตํต `Param` ํด๋์ค๋ฅผ ์์ํฉ๋๋ค. `Query`, `Path`, `Cookie` ๊ทธ๋ฆฌ๊ณ ๋ค๋ฅธ ๊ฒ๋ค์ `fastapi`์์ ์ํฌํธ ํ ๋, ์ค์ ๋ก๋ ํน๋ณํ ํด๋์ค๋ฅผ ๋ฐํํ๋ ํจ์์์ ๊ธฐ์ตํ์ธ์. /// /// info | "์ ๋ณด" ์ฟ ํค๋ฅผ ์ ์ธํ๊ธฐ ์ํด์๋ `Cookie`๋ฅผ ์ฌ์ฉํด์ผ ํฉ๋๋ค. ๊ทธ๋ ์ง ์์ผ๋ฉด ํด๋น ๋งค๊ฐ๋ณ์๋ฅผ ์ฟผ๋ฆฌ ๋งค๊ฐ๋ณ์๋ก ํด์ํ๊ธฐ ๋๋ฌธ์ ๋๋ค. /// ## ์์ฝ
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 2.6K bytes - Viewed (0) -
docs/de/docs/deployment/https.md
usw.) laufen zu lassen, welches **alle HTTPS-Aspekte verwaltet**: Empfangen der **verschlรผsselten HTTPS-Requests**, Senden der **entschlรผsselten HTTP-Requests** an die eigentliche HTTP-Anwendung die auf demselben Server lรคuft (in diesem Fall die **FastAPI**-Anwendung), entgegennehmen der **HTTP-Response** von der Anwendung, **verschlรผsseln derselben** mithilfe des entsprechenden **HTTPS-Zertifikats** und Zurรผcksenden zum Client รผber **HTTPS**. Dieser Server wird oft als **<a href="https://en.wikip...
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 13.6K bytes - Viewed (0) -
docs/pt/docs/how-to/conditional-openapi.md
```Python hl_lines="6 11" {!../../docs_src/conditional_openapi/tutorial001.py!} ``` Aqui declaramos a configuraรงรฃo `openapi_url` com o mesmo padrรฃo de `"/openapi.json"`. E entรฃo o usamos ao criar o aplicativo `FastAPI`. Entรฃo vocรช pode desabilitar o OpenAPI (incluindo os documentos da interface do usuรกrio) definindo a variรกvel de ambiente `OPENAPI_URL` como uma string vazia, como: <div class="termy"> ```console
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 2.6K bytes - Viewed (0) -
docs/ko/docs/advanced/wsgi.md
๊ทธ ํ, ํด๋น ๊ฒฝ๋ก์ ๋ง์ดํธํฉ๋๋ค. ```Python hl_lines="2-3 23" {!../../docs_src/wsgi/tutorial001.py!} ``` ## ํ์ธํ๊ธฐ ์ด์ `/v1/` ๊ฒฝ๋ก์ ์๋ ๋ชจ๋ ์์ฒญ์ Flask ์์ฉ ํ๋ก๊ทธ๋จ์์ ์ฒ๋ฆฌ๋ฉ๋๋ค. ๊ทธ๋ฆฌ๊ณ ๋๋จธ์ง๋ **FastAPI**์ ์ํด ์ฒ๋ฆฌ๋ฉ๋๋ค. ์คํํ๋ฉด <a href="http://localhost:8000/v1/" class="external-link" target="_blank">http://localhost:8000/v1/</a>์ผ๋ก ์ด๋ํด์ Flask์ ์๋ต์ ๋ณผ ์ ์์ต๋๋ค: ```txt Hello, World from Flask! ```
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu Oct 31 18:56:37 UTC 2024 - 1.3K bytes - Viewed (0) -
docs/ja/docs/tutorial/schema-extra-example.md
ไพใใฐใ`Body`ใซใใใฃใชใฏใจในใใฎ`example`ใๆธกใใใจใใงใใพใ: ```Python hl_lines="21 22 23 24 25 26" {!../../docs_src/schema_extra_example/tutorial003.py!} ``` ## ใใญใฅใกใณใใฎUIใฎไพ ไธ่จใฎใใใใฎๆนๆณใงใใ`/docs`ใฎไธญใงใฏไปฅไธใฎใใใซใชใใพใ: <img src="https://fastapi.tiangolo.com/img/tutorial/body-fields/image01.png"> ## ๆ่ก่ฉณ็ดฐ `example` ใจ `examples`ใซใคใใฆ...
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 3K bytes - Viewed (0) -
docs/em/docs/deployment/https.md
* **โฎ๏ธ** ๐ ๐ ๐, ๐ป ๐ ๏ธ **๐บ๐ธ๐**. * ๐ **๐**, โ๏ธ ๐ซ โ ๐จ โฎ๏ธ **๐บ๐ธ๐ ๐ ๏ธ**. โซ๏ธ โ ๐ก โ๏ธ **1๏ธโฃ ๐/๐บ๐ธ๐ ๐ฝ** ๐ ๐ ๐ฝ (๐ฐ, ๐ฆ , โ๏ธ.) & **๐ ๏ธ ๐ ๐บ๐ธ๐ ๐**: ๐จ **๐ ๐บ๐ธ๐ ๐จ**, ๐จ **๐ ๐บ๐ธ๐ ๐จ** โ ๐บ๐ธ๐ ๐ธ ๐ ๐ ๐ฝ ( **FastAPI** ๐ธ, ๐ ๐ผ), โ **๐บ๐ธ๐ ๐จ** โช๏ธโก๏ธ ๐ธ, **๐ โซ๏ธ** โ๏ธ โ **๐บ๐ธ๐ ๐** & ๐จ โซ๏ธ ๐ ๐ฉโ๐ป โ๏ธ **๐บ๐ธ๐**. ๐ ๐ฝ ๐ ๐ค **<a href="https://en.wikipedia.org/wiki/TLS_termination_proxy" class="external-link" target="_blank">๐ค โ ๐ณ</a>**.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 9.4K bytes - Viewed (0) -
docs/ja/docs/deployment/concepts.md
## ๅ่ตทๅ ่ตทๅๆใซใขใใชใฑใผใทใงใณใๅฎ่กใใใใใจใ็ขบ่ชใใใฎใจๅๆงใซใๅคฑๆๅพใซใขใใชใฑใผใทใงใณใ**ๅ่ตทๅ**ใใใใใจใ็ขบ่ชใใใใจๆใใใพใใ ### ๆใ ใฏ้้ใใ็ฏใ ็งใใกไบบ้ใฏๅธธใซ**้้ใ**ใ็ฏใใพใใใฝใใใฆใงใขใซใฏใใปใจใใฉๅธธใซ**ใใฐ**ใใใใใ็ฎๆใซ้ ใใใฆใใพใใ๐ ### ๅฐใใชใจใฉใผใฏ่ชๅ็ใซๅฆ็ใใใ FastAPIใงWeb APIใๆง็ฏใใ้ใซใใณใผใใซใจใฉใผใใใๅ ดๅใFastAPIใฏ้ๅธธใใจใฉใผใๅผใ่ตทใใใๅไธใฎใชใฏใจในใใซใจใฉใผใๅซใใพใใ๐ก ใฏใฉใคใขใณใใฏใใฎใชใฏใจในใใซๅฏพใใฆ**500 Internal Server Error**ใๅใๅใใพใใใใขใใชใฑใผใทใงใณใฏๅฎๅ จใซใฏใฉใใทใฅใใใฎใงใฏใชใใๆฌกใฎใชใฏใจในใใฎใใใซๅไฝใ็ถใใพใใ ### ้ๅคงใชใจใฉใผ - ใฏใฉใใทใฅ
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 24.1K bytes - Viewed (0) -
docs/ko/docs/tutorial/dependencies/global-dependencies.md
# ์ ์ญ ์์กด์ฑ ๋ช๋ช ์ ํ๋ฆฌ์ผ์ด์ ์์๋ ์ ํ๋ฆฌ์ผ์ด์ ์ ์ฒด์ ์์กด์ฑ์ ์ถ๊ฐํ๊ณ ์ถ์ ์ ์์ต๋๋ค. [*๊ฒฝ๋ก ์๋ ๋ฐ์ฝ๋ ์ดํฐ*์ `dependencies` ์ถ๊ฐํ๊ธฐ](dependencies-in-path-operation-decorators.md){.internal-link target=_blank}์ ์ ์ฌํ ๋ฐฉ๋ฒ์ผ๋ก `FastAPI` ์ ํ๋ฆฌ์ผ์ด์ ์ ๊ทธ๊ฒ๋ค์ ์ถ๊ฐํ ์ ์์ต๋๋ค. ๊ทธ๋ฐ ๊ฒฝ์ฐ์, ์ ํ๋ฆฌ์ผ์ด์ ์ ๋ชจ๋ *๊ฒฝ๋ก ์๋*์ ์ ์ฉ๋ ๊ฒ์ ๋๋ค: //// tab | Python 3.9+ ```Python hl_lines="16" {!> ../../docs_src/dependencies/tutorial012_an_py39.py!} ``` //// //// tab | Python 3.8+ ```Python hl_lines="16"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 1.6K bytes - Viewed (0) -
docs/ko/docs/tutorial/request-forms-and-files.md
/// warning | "๊ฒฝ๊ณ " ๋ค์์ `File`๊ณผ `Form` ๋งค๊ฐ๋ณ์๋ฅผ ํ *๊ฒฝ๋ก ์๋*์ ์ ์ธํ๋ ๊ฒ์ด ๊ฐ๋ฅํ์ง๋ง, ์์ฒญ์ ๋ณธ๋ฌธ์ด `application/json`๊ฐ ์๋ `multipart/form-data`๋ก ์ธ์ฝ๋ฉ ๋๊ธฐ ๋๋ฌธ์ JSON์ผ๋ก ๋ฐ์์ผํ๋ `Body` ํ๋๋ฅผ ํจ๊ป ์ ์ธํ ์๋ ์์ต๋๋ค. ์ด๋ **FastAPI**์ ํ๊ณ๊ฐ ์๋๋ผ, HTTP ํ๋กํ ์ฝ์ ์ํ ๊ฒ์ ๋๋ค. /// ## ์์ฝ
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 1.5K bytes - Viewed (0)