Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for correspondentes (0.12 sec)

  1. docs/pt/docs/help-fastapi.md

        * Não se esqueça de adicionar o link no começo da seção correspondente.
    * Para ajudar [traduzir a documentação](contributing.md#traducoes){.internal-link target=_blank} para sua lingua.
        * Também é possivel revisar as traduções já existentes.
    * Para propor novas seções na documentação.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  2. docs/fr/docs/tutorial/path-params.md

    #### Retourner des *membres d'énumération*
    
    Vous pouvez retourner des *membres d'énumération* dans vos *fonctions de chemin*, même imbriquée dans un JSON (e.g. un `dict`).
    
    Ils seront convertis vers leurs valeurs correspondantes (chaînes de caractères ici) avant d'être transmis au client :
    
    ```Python hl_lines="18  21  23"
    {!../../docs_src/path_params/tutorial005.py!}
    ```
    
    Le client recevra une réponse JSON comme celle-ci :
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 10K bytes
    - Viewed (0)
  3. docs/pt/docs/tutorial/dependencies/index.md

    ## Caso de Uso Simples
    
    Se você parar para ver, *funções de operação de rota* são declaradas para serem usadas sempre que uma *rota* e uma *operação* se encaixam, e então o **FastAPI** se encarrega de chamar a função correspondente com os argumentos corretos, extraindo os dados da requisição.
    
    Na verdade, todos (ou a maioria) dos frameworks web funcionam da mesma forma.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/collect/Streams.java

       * }</pre>
       *
       * <p>will print:
       *
       * <pre>{@code
       * foo1:bar1
       * foo2:bar2
       * }</pre>
       *
       * <p><b>Warning:</b> If either supplied stream is a parallel stream, the same correspondence
       * between elements will be made, but the order in which those pairs of elements are passed to the
       * consumer is <i>not</i> defined.
       *
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 31 14:20:11 UTC 2024
    - 37.4K bytes
    - Viewed (0)
  5. guava/src/com/google/common/collect/Streams.java

       * }</pre>
       *
       * <p>will print:
       *
       * <pre>{@code
       * foo1:bar1
       * foo2:bar2
       * }</pre>
       *
       * <p><b>Warning:</b> If either supplied stream is a parallel stream, the same correspondence
       * between elements will be made, but the order in which those pairs of elements are passed to the
       * consumer is <i>not</i> defined.
       *
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 31 14:20:11 UTC 2024
    - 36.8K bytes
    - Viewed (0)
Back to top