Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 401 - 410 of 435 for wiki (0.02 seconds)

  1. docs/tr/docs/tutorial/body-multiple-params.md

    {* ../../docs_src/body_multiple_params/tutorial002_py310.py hl[20] *}
    
    
    Bu durumda **FastAPI**, fonksiyonda birden fazla body parametresi olduğunu fark eder (iki parametre de Pydantic modelidir).
    
    Bunun üzerine, body içinde anahtar (field name) olarak parametre adlarını kullanır ve şu şekilde bir body bekler:
    
    ```JSON
    {
        "item": {
            "name": "Foo",
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Feb 13 12:41:38 GMT 2026
    - 5.1K bytes
    - Click Count (0)
  2. docs/tr/docs/how-to/custom-request-and-route.md

    Bir `Request` ayrıca `request.receive` içerir; bu, request'in body'sini "almak" (receive etmek) için kullanılan bir fonksiyondur.
    
    `scope` `dict`'i ve `receive` fonksiyonu, ASGI spesifikasyonunun parçalarıdır.
    
    Ve bu iki şey, `scope` ve `receive`, yeni bir `Request` instance'ı oluşturmak için gerekenlerdir.
    
    `Request` hakkında daha fazla bilgi için [Starlette'ın Request dokümantasyonu](https://www.starlette.dev/requests/) bölümüne bakın.
    
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 4.9K bytes
    - Click Count (0)
  3. docs/features/events.md

    Request newYorkTimesRequest = new Request.Builder()
        .url("https://www.nytimes.com/")
        .build();
    client.newCall(newYorkTimesRequest).enqueue(new Callback() {
      ...
    });
    ```
    
    Running this race over home WiFi shows the Times (`0002`) completes just slightly sooner than the Post (`0001`):
    
    ```
    0001 https://www.washingtonpost.com/
    0001 0.000 callStart
    0002 https://www.nytimes.com/
    0002 0.000 callStart
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Mar 15 09:01:42 GMT 2026
    - 7.7K bytes
    - Click Count (0)
  4. docs/tr/docs/help-fastapi.md

    **FastAPI**'yi seviyor musunuz?
    
    FastAPI'ye, diğer kullanıcılara ve yazara yardım etmek ister misiniz?
    
    Yoksa **FastAPI** ile ilgili yardım mı almak istiyorsunuz?
    
    Yardım etmenin çok basit yolları var (bazıları sadece bir-iki tıklama gerektirir).
    
    Yardım almanın da birkaç yolu var.
    
    ## Bültene abone olun { #subscribe-to-the-newsletter }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 13.9K bytes
    - Click Count (0)
  5. docs/tr/docs/how-to/custom-docs-ui-assets.md

    Şimdi her şeyin çalıştığını test edebilmek için bir *path operation* oluşturun:
    
    {* ../../docs_src/custom_docs_ui/tutorial002_py310.py hl[39:41] *}
    
    ### Statik Dosyalar UI'ını Test Edin { #test-static-files-ui }
    
    Artık WiFi bağlantınızı kesip [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs) adresindeki dokümanlarınıza gidebilmeli ve sayfayı yenileyebilmelisiniz.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 8.6K bytes
    - Click Count (0)
  6. docs/tr/docs/tutorial/cors.md

    * `max_age` - Tarayıcıların CORS response’larını cache’lemesi için saniye cinsinden azami süreyi ayarlar. Varsayılanı `600`.
    
    Middleware iki özel HTTP request türüne yanıt verir...
    
    ### CORS preflight request'leri { #cors-preflight-requests }
    
    Bunlar, `Origin` ve `Access-Control-Request-Method` header’larına sahip herhangi bir `OPTIONS` request’idir.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 5.8K bytes
    - Click Count (0)
  7. docs/zh-hant/docs/how-to/custom-docs-ui-assets.md

    現在,為了測試一切是否正常,建立一個路徑操作:
    
    {* ../../docs_src/custom_docs_ui/tutorial002_py310.py hl[39:41] *}
    
    ### 測試使用靜態檔案的 UI { #test-static-files-ui }
    
    現在,你應該可以關閉 WiFi,造訪你的文件 [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs),並重新載入頁面。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 6.9K bytes
    - Click Count (0)
  8. docs/tr/docs/tutorial/testing.md

    Hata döndürebilecek bir `GET` operation'ı var.
    
    Birden fazla farklı hata döndürebilecek bir `POST` operation'ı var.
    
    Her iki *path operation* da `X-Token` header'ını gerektiriyor.
    
    {* ../../docs_src/app_testing/app_b_an_py310/main.py *}
    
    ### Genişletilmiş Test Dosyası { #extended-testing-file }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 6.3K bytes
    - Click Count (0)
  9. docs/tr/docs/tutorial/metadata.md

    OpenAPI şemasını tamamen kapatmak isterseniz `openapi_url=None` ayarlayabilirsiniz; bu, onu kullanan dokümantasyon arayüzlerini de devre dışı bırakır.
    
    ## Doküman URL'leri { #docs-urls }
    
    Dahil gelen iki dokümantasyon arayüzünü yapılandırabilirsiniz:
    
    * **Swagger UI**: `/docs` adresinden sunulur.
        * URL'sini `docs_url` parametresiyle ayarlayabilirsiniz.
        * `docs_url=None` ayarlayarak devre dışı bırakabilirsiniz.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 6.2K bytes
    - Click Count (0)
  10. docs/uk/docs/how-to/custom-docs-ui-assets.md

    {* ../../docs_src/custom_docs_ui/tutorial002_py310.py hl[39:41] *}
    
    ### Перевірте UI зі статичними файлами { #test-static-files-ui }
    
    Тепер ви маєте змогу вимкнути WiFi, відкрити документацію за [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs) і перезавантажити сторінку.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 11.8K bytes
    - Click Count (0)
Back to Top