- Sort Score
- Num 10 results
- Language All
Results 1 - 7 of 7 for Eklenti (0.46 seconds)
-
docs/tr/docs/editor-support.md
### Uygulama Keşfi { #application-discovery }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:51:35 GMT 2026 - 2.5K bytes - Click Count (0) -
docs/tr/docs/history-design-future.md
Geçmişte oluşturulan pek çok araç **FastAPI**'a ilham kaynağı olmuştur. Yıllardır yeni bir framework oluşturmaktan kaçınıyordum. Başlangıçta **FastAPI**'ın çözdüğü sorunları çözebilmek için pek çok farklı framework, <abbr title="Eklenti: Plug-In">eklenti</abbr> ve araç kullanmayı denedim.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 4.5K bytes - Click Count (0) -
docs/tr/docs/advanced/stream-data.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:51:35 GMT 2026 - 5.8K bytes - Click Count (0) -
docs/tr/docs/advanced/strict-content-type.md
Bu ayarla, Content-Type header’ı olmayan request’lerin body’si JSON olarak parse edilir. Bu, FastAPI’nin eski sürümlerindeki davranışla aynıdır. /// info | Bilgi Bu davranış ve yapılandırma FastAPI 0.132.0’da eklendi.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:51:35 GMT 2026 - 3.6K bytes - Click Count (0) -
docs/tr/docs/tutorial/stream-json-lines.md
# JSON Lines Akışı { #stream-json-lines } Bir veri dizisini “akış” olarak göndermek istediğiniz durumlar olabilir; bunu **JSON Lines** ile yapabilirsiniz. /// info | Bilgi FastAPI 0.134.0 ile eklendi. /// ## Akış (Stream) Nedir? { #what-is-a-stream } Verileri “streaming” olarak göndermek, uygulamanızın tüm öğe dizisi hazır olmasını beklemeden, öğeleri istemciye göndermeye başlaması demektir.Created: 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/tr/docs/how-to/separate-openapi-schemas.md
Bu durumda **FastAPI**'de bu özelliği `separate_input_output_schemas=False` parametresiyle kapatabilirsiniz. /// info | Bilgi `separate_input_output_schemas` desteği FastAPI `0.102.0` sürümünde eklendi. 🤓 /// {* ../../docs_src/separate_openapi_schemas/tutorial002_py310.py hl[10] *} ### Dokümanlarda Input ve Output Modelleri için Aynı Schema { #same-schema-for-input-and-output-models-in-docs }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Feb 05 15:43:38 GMT 2026 - 4.8K bytes - Click Count (0) -
docs/tr/docs/tutorial/server-sent-events.md
/// info | Bilgi FastAPI 0.135.0'da eklendi. /// ## Server-Sent Events Nedir? { #what-are-server-sent-events } SSE, HTTP üzerinden sunucudan istemciye veri akışı için bir standarttır.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:51:35 GMT 2026 - 5.1K bytes - Click Count (0)