Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 281 - 290 of 427 for specification (0.18 seconds)

  1. docs/fr/docs/how-to/custom-request-and-route.md

    Un `Request` a également un `request.receive`, qui est une fonction pour « recevoir » le corps de la requête.
    
    Le `dict` `scope` et la fonction `receive` font tous deux partie de la spécification ASGI.
    
    Et ces deux éléments, `scope` et `receive`, sont ce dont on a besoin pour créer une nouvelle instance de `Request`.
    
    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)
  2. docs/ru/docs/tutorial/path-params.md

    ///
    
    ## Преимущества стандартизации, альтернативная документация { #standards-based-benefits-alternative-documentation }
    
    Поскольку сгенерированная схема соответствует стандарту [OpenAPI](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md), её можно использовать со множеством совместимых инструментов.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 14K bytes
    - Click Count (0)
  3. docs/fr/docs/advanced/websockets.md

    Comme il s'agit d'un WebSocket, il n'est pas vraiment logique de lever une `HTTPException`, nous levons plutôt une `WebSocketException`.
    
    Vous pouvez utiliser un code de fermeture parmi les [codes valides définis dans la spécification](https://tools.ietf.org/html/rfc6455#section-7.4.1).
    
    ///
    
    ### Essayez les WebSockets avec des dépendances { #try-the-websockets-with-dependencies }
    
    Exécutez votre application :
    
    <div class="termy">
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 5.9K bytes
    - Click Count (0)
  4. compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/MojoDescriptor.java

    /**
     * The bean containing the Mojo descriptor.<br>
     * For more information about the usage tag, have a look to:
     * <a href="https://maven.apache.org/developers/mojo-api-specification.html">
     * https://maven.apache.org/developers/mojo-api-specification.html</a>
     *
     * TODO is there a need for the delegation of MavenMojoDescriptor to this?
     * Why not just extend ComponentDescriptor here?
     */
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri Jun 06 14:28:57 GMT 2025
    - 21.7K bytes
    - Click Count (0)
  5. docs/tr/docs/advanced/generate-clients.md

    Gördüğünüz gibi method isimleri artık önce tag'i, sonra function adını içeriyor; URL path'i ve HTTP operation bilgisini artık taşımıyor.
    
    ### Client Üretecine Vermeden Önce OpenAPI Spesifikasyonunu Ön İşlemek { #preprocess-the-openapi-specification-for-the-client-generator }
    
    Üretilen kodda hâlâ bazı **tekrarlanan bilgiler** var.
    
    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)
  6. docs/uk/docs/features.md

    ## Функціональні можливості FastAPI { #fastapi-features }
    
    **FastAPI** надає вам такі можливості:
    
    ### На основі відкритих стандартів { #based-on-open-standards }
    
    * [**OpenAPI**](https://github.com/OAI/OpenAPI-Specification) для створення API, включаючи оголошення <dfn title="також відомі як: кінцеві точки, маршрути">шляхів</dfn> <dfn title="також відомі як методи HTTP, як-от POST, GET, PUT, DELETE">операцій</dfn>, параметрів, тіл запитів, безпеки тощо.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 15.1K bytes
    - Click Count (0)
  7. docs/fr/docs/advanced/security/oauth2-scopes.md

    Mais si vous savez que vous en avez besoin, ou si vous êtes curieux, continuez à lire.
    
    ///
    
    ## Scopes OAuth2 et OpenAPI { #oauth2-scopes-and-openapi }
    
    La spécification OAuth2 définit des « scopes » comme une liste de chaînes séparées par des espaces.
    
    Le contenu de chacune de ces chaînes peut avoir n’importe quel format, mais ne doit pas contenir d’espaces.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 15.5K bytes
    - Click Count (0)
  8. guava/src/com/google/common/collect/ImmutableSortedMap.java

     * equals</i>. That is, {@code a.compareTo(b)} or {@code comparator.compare(a, b)} should equal zero
     * <i>if and only if</i> {@code a.equals(b)}. If this advice is not followed, the resulting map will
     * not correctly obey its specification.
     *
     * <p>See the Guava User Guide article on <a href=
     * "https://github.com/google/guava/wiki/ImmutableCollectionsExplained">immutable collections</a>.
     *
     * @author Jared Levy
     * @author Louis Wasserman
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Jan 08 18:10:02 GMT 2026
    - 52.1K bytes
    - Click Count (0)
  9. docs/fr/docs/tutorial/metadata.md

    Vous pouvez personnaliser plusieurs configurations de métadonnées dans votre application **FastAPI**.
    
    ## Métadonnées pour l'API { #metadata-for-api }
    
    Vous pouvez définir les champs suivants qui sont utilisés dans la spécification OpenAPI et les interfaces utilisateur de documentation automatique de l’API :
    
    | Paramètre | Type | Description |
    |------------|------|-------------|
    | `title` | `str` | Le titre de l’API. |
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 6.6K bytes
    - Click Count (0)
  10. docs/de/docs/tutorial/path-params.md

    ///
    
    ## Nützliche Standards, alternative Dokumentation { #standards-based-benefits-alternative-documentation }
    
    Und weil das generierte Schema vom [OpenAPI](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md)-Standard kommt, gibt es viele kompatible Tools.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 10K bytes
    - Click Count (0)
Back to Top