- Sort Score
- Result 10 results
- Languages All
Results 131 - 140 of 226 for uvicorn (0.1 sec)
-
docs/em/docs/advanced/wsgi.md
& โคด๏ธ ๐ป ๐ ๐ฝ โก. ```Python hl_lines="2-3 22" {!../../docs_src/wsgi/tutorial001.py!} ``` ## โ โซ๏ธ ๐, ๐ ๐จ ๐ฝ โก `/v1/` ๐ ๐ต ๐บ ๐ธ. & ๐ ๐ ๐ต **FastAPI**. ๐ฅ ๐ ๐ โซ๏ธ โฎ๏ธ Uvicorn & ๐ถ <a href="http://localhost:8000/v1/" class="external-link" target="_blank">http://localhost:8000/v1/</a> ๐ ๐ ๐ ๐จ โช๏ธโก๏ธ ๐บ: ```txt Hello, World from Flask! ```
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 1.1K bytes - Viewed (0) -
docs/pt/docs/how-to/conditional-openapi.md
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/en/docs/fastapi-cli.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 6.1K bytes - Viewed (0) -
docs/em/docs/project-generation.md
### ๐ ๐ FastAPI โณ - โ * ๐ **โ** ๐ ๏ธ (โ ๐งข). * โ ๐ ๐ณ ๐ ๏ธ. * **โ โ** ๐ ๏ธ & ๐ ๏ธ ๐ง๐ฟ ๐ ๏ธ. * **๐ญ ๐** ๐ ๐ธ ๐ฝ โ๏ธ Uvicorn & ๐. * ๐ <a href="https://github.com/fastapi/fastapi" class="external-link" target="_blank">**FastAPI**</a> ๐ฉโ๐ป: * **โฉ**: ๐ถ โ ๐ญ, ๐ ๐ท๐ช โฎ๏ธ **โณ** & **๐ถ** (๐ ๐ & Pydantic).
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Jul 29 23:35:07 UTC 2024 - 4.9K bytes - Viewed (0) -
docs/em/docs/alternatives.md
๐, โซ๏ธ โช โ โ๏ธ "๐ฉ" ๐ ๐งฐ. ๐ ๐ ๐ ๐ ๏ธ, ๐ ๐ช ๐ Uvicorn ๐ ๐ ๐ซ ๐ฝ (๐ ๐ธ โ๏ธ Hypercorn), โ๏ธ ๐ ๐ช ๐ฎ ๐ซ ๐ ๐งฐ, ๐ `python-socketio`. /// /// check | "**FastAPI** โ๏ธ โซ๏ธ" ๐ต ๐ ๐ ๐ธ ๐. โ โ ๐ ๐. ๐ `FastAPI` โซ๏ธ ๐ ๐ โช๏ธโก๏ธ ๐ `Starlette`. , ๐ณ ๐ ๐ ๐ช โฎ๏ธ ๐, ๐ ๐ช โซ๏ธ ๐ โฎ๏ธ **FastAPI**, โซ๏ธ ๐ ๐ ๐ ๐. /// ### <a href="https://www.uvicorn.org/" class="external-link" target="_blank">Uvicorn</a>
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 18.7K bytes - Viewed (0) -
docs/ja/docs/how-to/conditional-openapi.md
ใใใฆใใใใ `FastAPI` appใไฝใ้ใซไฝฟใใพใใ ใใใใใไปฅไธใฎใใใซ `OPENAPI_URL` ใจใใ็ฐๅขๅคๆฐใ็ฉบๆๅญๅใซ่จญๅฎใใใใจใซใใฃใฆOpenAPI (UIใใญใฅใกใณใใๅซใ) ใ็กๅนๅใใใใจใใงใใพใใ <div class="termy"> ```console $ OPENAPI_URL= uvicorn main:app <span style="color: green;">INFO</span>: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) ``` </div> ใใใจใไปฅไธใฎใใใซ `/openapi.json`, `/docs`, `/redoc` ใฎใฉใฎURLใซใขใฏใปในใใฆใใ `404 Not Found` ใจใฉใผใ่ฟใฃใฆใใใใใซใชใใพใใ ```JSON {
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 3.1K bytes - Viewed (0) -
scripts/playwright/separate_openapi_schemas/image01.py
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Sep 13 09:14:46 UTC 2024 - 974 bytes - Viewed (0) -
docs/pt/docs/fastapi-cli.md
Para produรงรฃo vocรช usaria `fastapi run` no lugar. ๐ Internamente, **FastAPI CLI** usa <a href="https://www.uvicorn.org" class="external-link" target="_blank">Uvicorn</a>, um servidor ASGI de alta performance e pronto para produรงรฃo. ๐ ## `fastapi dev` Quando vocรช roda `fastapi dev`, isso vai executar em modo de desenvolvimento.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 6.4K bytes - Viewed (0) -
docs/pt/docs/advanced/websockets.md
## Tente vocรช mesmo Se seu arquivo for nomeado `main.py`, execute sua aplicaรงรฃo com: <div class="termy"> ```console $ fastapi dev main.py <span style="color: green;">INFO</span>: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) ``` </div> Abra seu navegador em: <a href="http://127.0.0.1:8000" class="external-link" target="_blank">http://127.0.0.1:8000</a>.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu Oct 31 12:20:59 UTC 2024 - 5.7K bytes - Viewed (0) -
scripts/playwright/separate_openapi_schemas/image04.py
page.screenshot( path="docs/en/docs/img/tutorial/separate-openapi-schemas/image04.png" ) # --------------------- context.close() browser.close() process = subprocess.Popen( ["uvicorn", "docs_src.separate_openapi_schemas.tutorial001:app"] ) try: with sync_playwright() as playwright: run(playwright) finally:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Sep 13 09:14:46 UTC 2024 - 1K bytes - Viewed (0)