- Sort Score
- Num 10 results
- Language All
Results 81 - 90 of 103 for parametreyi (0.14 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs/tr/docs/tutorial/body-nested-models.md
{* ../../docs_src/body_nested_models/tutorial001_py310.py hl[12] *} Bu, `tags`’in bir list olmasını sağlar; ancak list’in elemanlarının tipini belirtmez. ## Tip parametresi olan list alanları { #list-fields-with-type-parameter } Ancak Python’da, iç tipleri olan list’leri (ya da "type parameter" içeren tipleri) tanımlamanın belirli bir yolu vardır:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 7.5K bytes - Click Count (0) -
docs/tr/docs/advanced/websockets.md
``` </div> Tarayıcınızda [http://127.0.0.1:8000](http://127.0.0.1:8000) adresini açın. Burada şunları ayarlayabilirsiniz: * path'te kullanılan "Item ID". * query parametresi olarak kullanılan "Token". /// tip query'deki `token` değerinin bir dependency tarafından ele alınacağına dikkat edin. /// Bununla WebSocket'e bağlanabilir, ardından mesaj gönderip alabilirsiniz:
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/tr/docs/index.md
* Değilse, client faydalı ve anlaşılır bir hata görür. * `GET` request'leri için `q` adlı opsiyonel bir query parameter olup olmadığını kontrol eder (`http://127.0.0.1:8000/items/foo?q=somequery` örneğindeki gibi). * `q` parametresi `= None` ile tanımlandığı için opsiyoneldir. * `None` olmasaydı zorunlu olurdu (tıpkı `PUT` örneğindeki body gibi). * `/items/{item_id}`'ye yapılan `PUT` request'leri için body'yi JSON olarak okur:
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 23.2K bytes - Click Count (0) -
docs/fr/docs/editor-support.md
## Fonctionnalités { #features }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:33:45 GMT 2026 - 2.9K bytes - Click Count (0) -
docs/tr/docs/tutorial/middleware.md
## Middleware Oluşturma { #create-a-middleware } Bir middleware oluşturmak için bir fonksiyonun üzerine `@app.middleware("http")` decorator'ünü kullanırsınız. Middleware fonksiyonu şunları alır: * `request`. * Parametre olarak `request` alacak bir `call_next` fonksiyonu. * Bu fonksiyon `request`'i ilgili *path operation*'a iletir. * Ardından ilgili *path operation* tarafından üretilen `response`'u döndürür.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/tutorial/dependencies/dependencies-with-yield.md
{* ../../docs_src/dependencies/tutorial008e_an_py310.py hl[12,16] *} `Depends()` şu değerleri alabilen bir `scope` parametresi alır:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 13.4K bytes - Click Count (0) -
docs/fr/docs/tutorial/cors.md
* Des en-têtes HTTP spécifiques ou tous avec le caractère générique « * ». {* ../../docs_src/cors/tutorial001_py310.py hl[2,6:11,13:19] *}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 6.1K bytes - Click Count (0) -
docs/fr/docs/how-to/separate-openapi-schemas.md
Dans ce cas, vous pouvez désactiver cette fonctionnalité dans **FastAPI**, avec le paramètre `separate_input_output_schemas=False`. /// info | info La prise en charge de `separate_input_output_schemas` a été ajoutée dans FastAPI `0.102.0`. 🤓 ///
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 14 08:12:41 GMT 2026 - 5.1K bytes - Click Count (0) -
docs/fr/docs/tutorial/server-sent-events.md
/// ## Reprendre avec `Last-Event-ID` { #resuming-with-last-event-id } Quand un navigateur se reconnecte après une coupure, il envoie le dernier `id` reçu dans l’en-tête `Last-Event-ID`. Vous pouvez le lire comme paramètre d’en-tête et l’utiliser pour reprendre le flux là où le client s’était arrêté : {* ../../docs_src/server_sent_events/tutorial004_py310.py hl[25,27,31] *} ## SSE avec POST { #sse-with-post }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:33:45 GMT 2026 - 5.3K bytes - Click Count (0) -
docs/fr/docs/how-to/custom-request-and-route.md
{* ../../docs_src/custom_request_and_route/tutorial002_an_py310.py hl[17:19] *} ## Utiliser une classe `APIRoute` personnalisée dans un routeur { #custom-apiroute-class-in-a-router } Vous pouvez également définir le paramètre `route_class` d'un `APIRouter` : {* ../../docs_src/custom_request_and_route/tutorial003_py310.py hl[26] *}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 5.1K bytes - Click Count (0)