Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for curioso (0.06 sec)

  1. docs/pt/docs/tutorial/first-steps.md

    #### Verifique o `openapi.json`
    
    Se você está curioso(a) sobre a aparência do *schema* bruto OpenAPI, o FastAPI gera automaticamente um JSON (*schema*) com as descrições de toda a sua API.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  2. docs/pt/docs/async.md

    /// warning
    
    Você pode provavelmente pular isso.
    
    Esses são detalhes muito técnicos de como **FastAPI** funciona por baixo do capô.
    
    Se você tem algum conhecimento técnico (corrotinas, threads, blocking etc) e está curioso sobre como o FastAPI controla o `async def` vs normal `def`, vá em frente.
    
    ///
    
    ### Funções de operação de rota
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 22.2K bytes
    - Viewed (0)
  3. docs/pt/docs/advanced/security/oauth2-scopes.md

    No entando, você ainda aplica estes escopos, ou qualquer outro requisito de segurança/autorização, conforme necessário, em seu código.
    
    Em muitos casos, OAuth2 com escopos pode ser um exagero.
    
    Mas se você sabe que precisa, ou está curioso, continue lendo.
    
    ///
    
    ## Escopos OAuth2 e OpenAPI
    
    A especificação OAuth2 define "escopos" como uma lista de strings separadas por espaços.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  4. docs/pt/docs/advanced/index.md

    E as próximas seções assumem que você já leu ele, e que você conhece suas ideias principais.
    
    ## Curso TestDriven.io
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  5. docs/pt/docs/learn/index.md

    # Aprender
    
    Nesta parte da documentação encontramos as seções introdutórias e os tutoriais para aprendermos como usar o **FastAPI**.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Apr 04 14:20:02 UTC 2024
    - 261 bytes
    - Viewed (0)
  6. docs/pt/docs/advanced/events.md

    Por causa disso, agora é recomendado em vez disso usar o `lifespan` como explicado acima.
    
    ## Detalhes técnicos
    
    Só um detalhe técnico para nerds curiosos. 🤓
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  7. docs/es/docs/learn/index.md

    # Aprender
    
    Aquí están las secciones introductorias y los tutoriales para aprender **FastAPI**.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Jan 09 15:26:26 UTC 2024
    - 218 bytes
    - Viewed (0)
  8. docs/en/docs/advanced/events.md

    Because of that, it's now recommended to instead use the `lifespan` as explained above.
    
    ## Technical Details
    
    Just a technical detail for the curious nerds. 🤓
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Mon Oct 28 10:36:22 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  9. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    picked her way through the wood.  `It's the stupidest tea-party I
    ever was at in all my life!'
    
      Just as she said this, she noticed that one of the trees had a
    door leading right into it.  `That's very curious!' she thought.
    `But everything's curious today.  I think I may as well go in at once.'
    And in she went.
    
      Once more she found herself in the long hall, and close to the
    little glass table.  `Now, I'll manage better this time,'
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  10. docs/en/docs/tutorial/first-steps.md

    #### Check the `openapi.json`
    
    If you are curious about how the raw OpenAPI schema looks like, FastAPI automatically generates a JSON (schema) with the descriptions of all your API.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sat Oct 26 11:48:16 UTC 2024
    - 11.8K bytes
    - Viewed (0)
Back to top