Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 231 - 240 of 262 for asgi (0.05 seconds)

  1. okhttp/build.gradle.kts

      classpath = compileKotlinTask.libraries
      modularity.inferModulePath.set(true)
    }
    
    // Call the convention when the task has finished, to modify the jar to contain OSGi metadata.
    tasks.named<Jar>("jvmJar").configure {
      manifest {
        attributes(
          "Multi-Release" to true,
        )
      }
    
      from(compileJavaModuleInfo.map { it.destinationDirectory }) {
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Wed Feb 04 22:16:39 GMT 2026
    - 11.4K bytes
    - Click Count (0)
  2. docs/tr/docs/features.md

    Artık anahtar adlarını yanlış yazmak, dokümana gidip gelmek ya da sonunda `username` mi `user_name` mi kullandığınızı bulmak için sayfayı yukarı aşağı kaydırmak yok.
    
    ### Kısa { #short }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 10.1K bytes
    - Click Count (0)
  3. docs/tr/docs/tutorial/request-files.md

    Bu encoding’ler ve form alanları hakkında daha fazla okumak isterseniz [<abbr title="Mozilla Developer Network - Mozilla Geliştirici Ağı">MDN</abbr> web dokümanlarındaki `POST`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/POST) sayfasına bakın.
    
    ///
    
    /// warning | Uyarı
    
    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)
  4. docs/ru/docs/_llm-test.md

    * <abbr title="less than - меньше чем"><code>lt</code></abbr>
    * <abbr title="XML Web Token - XML веб‑токен">XWT</abbr>
    * <abbr title="Parallel Server Gateway Interface - Параллельный серверный интерфейс шлюза">PSGI</abbr>
    
    ### abbr даёт полную расшифровку и объяснение { #the-abbr-gives-a-full-phrase-and-an-explanation }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 17.2K bytes
    - Click Count (0)
  5. guava/src/com/google/common/base/internal/Finalizer.java

     * loader and prevent it from being garbage collected. This poses a problem for environments where
     * you want to throw away the class loader. For example, dynamically reloading a web application or
     * unloading an OSGi bundle.
     *
     * <p>{@code com.google.common.base.FinalizableReferenceQueue} loads this class in its own class
     * loader. That way, this class doesn't prevent the main class loader from getting garbage
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Mar 11 03:19:29 GMT 2026
    - 9.6K bytes
    - Click Count (0)
  6. docs/es/docs/tutorial/dependencies/classes-as-dependencies.md

    Declaras la dependencia como el tipo del parámetro, y usas `Depends()` sin ningún parámetro, en lugar de tener que escribir la clase completa *otra vez* dentro de `Depends(CommonQueryParams)`.
    
    El mismo ejemplo se vería entonces así:
    
    {* ../../docs_src/dependencies/tutorial004_an_py310.py hl[19] *}
    
    ...y **FastAPI** sabrá qué hacer.
    
    /// tip | Consejo
    
    Si eso parece más confuso que útil, ignóralo, no lo *necesitas*.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Feb 13 13:41:41 GMT 2026
    - 7.1K bytes
    - Click Count (0)
  7. docs/tr/docs/tutorial/dependencies/dependencies-with-yield.md

    ## `yield` Kullanan Dependency'lerin Çalıştırılması { #execution-of-dependencies-with-yield }
    
    Çalıştırma sırası kabaca aşağıdaki diyagramdaki gibidir. Zaman yukarıdan aşağı akar. Her sütun, etkileşime giren veya kod çalıştıran parçalardan birini temsil eder.
    
    ```mermaid
    sequenceDiagram
    
    participant client as Client
    participant handler as Exception handler
    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)
  8. docs/de/docs/_llm-test.md

    * <abbr title="Getting Things Done – Dinge erledigt bekommen">GTD</abbr>
    * <abbr title="less than – kleiner als"><code>lt</code></abbr>
    * <abbr title="XML Web Token">XWT</abbr>
    * <abbr title="Paralleles Server-Gateway-Interface">PSGI</abbr>
    
    ### Das abbr gibt eine vollständige Phrase und eine Erklärung { #the-abbr-gives-a-full-phrase-and-an-explanation }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 12.3K bytes
    - Click Count (0)
  9. docs/es/docs/tutorial/dependencies/index.md

    ///
    
    ## Integración con OpenAPI { #integrated-with-openapi }
    
    Todas las declaraciones de request, validaciones y requisitos de tus dependencias (y sub-dependencias) se integrarán en el mismo esquema de OpenAPI.
    
    Así, la documentación interactiva tendrá toda la información de estas dependencias también:
    
    <img src="/img/tutorial/dependencies/image01.png">
    
    ## Uso simple { #simple-usage }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 10K bytes
    - Click Count (0)
  10. docs/es/docs/advanced/additional-responses.md

    Cada uno de esos `dict`s de response puede tener una clave `model`, conteniendo un modelo de Pydantic, así como `response_model`.
    
    **FastAPI** tomará ese modelo, generará su JSON Schema y lo incluirá en el lugar correcto en OpenAPI.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 9.2K bytes
    - Click Count (0)
Back to Top