Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for llamadas (0.05 sec)

  1. docs/es/docs/tutorial/security/index.md

      * `bearer`: un header `Authorization` con un valor de `Bearer ` más un token. Esto se hereda de OAuth2.
      * Autenticación básica HTTP.
      * Digest HTTP, etc.
    * `oauth2`: todas las formas de OAuth2 para manejar la seguridad (llamadas "flujos").
      * Varios de estos flujos son apropiados para construir un proveedor de autenticación OAuth 2.0 (como Google, Facebook, X (Twitter), GitHub, etc.):
        * `implicit`
        * `clientCredentials`
        * `authorizationCode`
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  2. docs/es/docs/async.md

    ### Otras funciones de utilidad
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:56:21 UTC 2025
    - 24.7K bytes
    - Viewed (0)
  3. docs/pt/docs/async.md

    * uma solicitação no banco de dados retornar o resultado
    * etc.
    
    Quanto o tempo de execução é consumido majoritariamente pela espera de operações <abbr title="Entrada e Saída">I/O</abbr>, essas operações são chamadas operações "limitadas por I/O".
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:56:21 UTC 2025
    - 23.6K bytes
    - Viewed (0)
  4. guava/src/com/google/common/base/Suppliers.java

      }
    
      /**
       * Returns a supplier that always supplies {@code instance}.
       *
       * <p><b>Discouraged:</b> Prefer using {@code () -> instance}, but note that lambdas do not have
       * human-readable {@link #toString()} representations and are not serializable. If you need a
       * supplier that is serializable, use {@code (Supplier<T> & Serializable) () -> instance}.
       */
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 16.5K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/base/Suppliers.java

      }
    
      /**
       * Returns a supplier that always supplies {@code instance}.
       *
       * <p><b>Discouraged:</b> Prefer using {@code () -> instance}, but note that lambdas do not have
       * human-readable {@link #toString()} representations and are not serializable. If you need a
       * supplier that is serializable, use {@code (Supplier<T> & Serializable) () -> instance}.
       */
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 16.5K bytes
    - Viewed (0)
  6. docs/es/docs/index.md

    * Validará que el `item_id` sea del tipo `int` para requests `GET` y `PUT`.
        * Si no lo es, el cliente verá un error útil y claro.
    * Comprobará si hay un parámetro de query opcional llamado `q` (como en `http://127.0.0.1:8000/items/foo?q=somequery`) para requests `GET`.
        * Como el parámetro `q` está declarado con `= None`, es opcional.
        * Sin el `None` sería requerido (como lo es el body en el caso con `PUT`).
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 21.5K bytes
    - Viewed (0)
  7. RELEASE.md

    *   Added a `model.export(filepath)` API to create a lightweight SavedModel artifact that can be used for...
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (1)
  8. docs/en/docs/release-notes.md

        * PR [#198](https://github.com/tiangolo/fastapi/pull/198) by [@steinitzu](https://github.com/steinitzu).
    
    * Make Swagger UI and ReDoc route handlers (*path operations*) be `async` functions instead of lambdas to improve performance. PR [#241](https://github.com/tiangolo/fastapi/pull/241) by [@Trim21](https://github.com/Trim21).
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
Back to top