- Sort Score
- Num 10 results
- Language All
Results 41 - 50 of 2,500 for eden (0.02 seconds)
-
docs/de/docs/advanced/response-directly.md
/// Und wenn Sie eine `Response` zurückgeben, wird **FastAPI** diese direkt weiterleiten. Es wird keine Datenkonvertierung mit Pydantic-Modellen durchführen, es wird den Inhalt nicht in irgendeinen Typ konvertieren, usw. Dadurch haben Sie viel Flexibilität. Sie können jeden Datentyp zurückgeben, jede Datendeklaration oder -validierung überschreiben, usw.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 4.8K bytes - Click Count (0) -
docs/tr/docs/advanced/websockets.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 5.9K bytes - Click Count (0) -
docs/de/docs/fastapi-cli.md
├── backend │ ├── main.py │ ├── __init__.py ``` Dann würden Sie den `entrypoint` wie folgt setzen: ```toml [tool.fastapi] entrypoint = "backend.main:app" ``` was gleichbedeutend wäre mit: ```python from backend.main import app ``` ### `fastapi dev` mit Pfad { #fastapi-dev-with-path }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 6.2K bytes - Click Count (0) -
docs/tr/docs/tutorial/path-operation-configuration.md
{* ../../docs_src/path_operation_configuration/tutorial005_py310.py hl[18] *} /// info | Bilgi `response_description` özellikle response’u ifade eder; `description` ise genel olarak *path operation*’ı ifade eder. /// /// check | Ek bilgi OpenAPI, her *path operation* için bir response description zorunlu kılar.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 4.3K bytes - Click Count (0) -
docs/tr/docs/advanced/using-request-directly.md
Verileri şuradan alarak: * path'ten parameter olarak. * Header'lardan. * Cookie'lerden. * vb. Bunu yaptığınızda **FastAPI**, bu verileri doğrular (validate eder), dönüştürür ve API'niz için dokümantasyonu otomatik olarak üretir. Ancak bazı durumlarda `Request` nesnesine doğrudan erişmeniz gerekebilir. ## `Request` nesnesi hakkında detaylar { #details-about-the-request-object }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 2.5K bytes - Click Count (0) -
docs/tr/docs/tutorial/dependencies/index.md
`Annotated` kullanmadan önce **FastAPI** sürümünü en az 0.95.1'e yükseltmek için [FastAPI sürümünü yükseltin](../../deployment/versions.md#upgrading-the-fastapi-versions). /// ### `Depends`'i Import Edin { #import-depends } {* ../../docs_src/dependencies/tutorial001_an_py310.py hl[3] *} ### "Dependant" İçinde Dependency'yi Tanımlayın { #declare-the-dependency-in-the-dependant }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 10.2K bytes - Click Count (0) -
docs/tr/docs/tutorial/cookie-param-models.md
{* ../../docs_src/cookie_param_models/tutorial001_an_py310.py hl[9:12,16] *} **FastAPI**, request ile gelen **cookies** içinden **her bir field** için veriyi **extract** eder ve size tanımladığınız Pydantic model'i verir. ## Dokümanları Kontrol Edin { #check-the-docs } Tanımlanan cookie'leri `/docs` altındaki docs UI'da görebilirsiniz: <div class="screenshot"> <img src="/img/tutorial/cookie-param-models/image01.png"> </div>Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Feb 13 12:41:38 GMT 2026 - 3.3K bytes - Click Count (0) -
docs/tr/docs/tutorial/stream-json-lines.md
Genelde bununla sizin uğraşmanız gerekmez, otomatik olarak halledilir, okumaya devam edin. 🤓 /// ## Kullanım Senaryoları { #use-cases } Bunu bir **AI LLM** servisinden, **loglar**dan veya **telemetri**den ya da **JSON** öğeleri halinde yapılandırılabilen başka tür verilerden akış yapmak için kullanabilirsiniz. /// tip | İpucuCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:51:35 GMT 2026 - 4.6K bytes - Click Count (0) -
docs/de/docs/tutorial/metadata.md
Er nimmt eine Liste entgegen, die für jeden Tag ein <abbr title="Dictionary – Zuordnungstabelle: In anderen Sprachen auch Hash, Map, Objekt, Assoziatives Array genannt">Dictionary</abbr> enthält. Jedes Dictionary kann Folgendes enthalten: * `name` (**erforderlich**): ein `str` mit demselben Tag-Namen, den Sie im Parameter `tags` in Ihren *Pfadoperationen* und `APIRouter`n verwenden.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 6.8K bytes - Click Count (0) -
docs/tr/docs/tutorial/query-param-models.md
{* ../../docs_src/query_param_models/tutorial001_an_py310.py hl[9:13,17] *} **FastAPI**, request’teki **query parameter**’lardan **her field** için veriyi **extract** eder ve tanımladığınız Pydantic model’i size verir. ## Dokümanları Kontrol Edin { #check-the-docs } Query parameter’ları `/docs` altındaki dokümantasyon arayüzünde görebilirsiniz: <div class="screenshot"> <img src="/img/tutorial/query-param-models/image01.png">Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Feb 05 15:43:38 GMT 2026 - 2.4K bytes - Click Count (0)