Search Options

Results per page
Sort
Preferred Languages
Advance

Results 271 - 280 of 294 for cookie2 (0.07 sec)

  1. okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Http2Reader.kt

        continuation.length = continuation.left
        continuation.padding = padding
        continuation.flags = flags
        continuation.streamId = streamId
    
        // TODO: Concat multi-value headers with 0x0, except COOKIE, which uses 0x3B, 0x20.
        // http://tools.ietf.org/html/draft-ietf-httpbis-http2-17#section-8.1.2.5
        hpackReader.readHeaders()
        return hpackReader.getAndResetHeaderList()
      }
    
      @Throws(IOException::class)
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 19.8K bytes
    - Viewed (0)
  2. docs/uk/docs/tutorial/query-params-str-validations.md

    /// tip | Підказка
    
    Ми використовуємо `Query()`, оскільки це **query параметр**. Далі ми розглянемо інші варіанти, як-от `Path()`, `Body()`, `Header()` та `Cookie()`, які приймають ті самі аргументи, що й `Query()`.
    
    ///
    
    Тепер FastAPI:
    
    * **Перевірить** дані, щоб переконатися, що їхня довжина не перевищує 50 символів
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Fri May 30 14:17:24 UTC 2025
    - 26.1K bytes
    - Viewed (0)
  3. docs/en/docs/_llm-test.md

    * the response body
    * the JSON body
    * the form body
    * the file body
    * the function body
    
    * the parameter
    * the body parameter
    * the path parameter
    * the query parameter
    * the cookie parameter
    * the header parameter
    * the form parameter
    * the function parameter
    
    * the event
    * the startup event
    * the startup of the server
    * the shutdown event
    * the lifespan event
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Thu Dec 11 14:48:47 UTC 2025
    - 11.4K bytes
    - Viewed (0)
  4. fastapi/param_functions.py

            openapi_examples=openapi_examples,
            deprecated=deprecated,
            include_in_schema=include_in_schema,
            json_schema_extra=json_schema_extra,
            **extra,
        )
    
    
    def Cookie(  # noqa: N802
        default: Annotated[
            Any,
            Doc(
                """
                Default value if the parameter field is not set.
                """
            ),
        ] = Undefined,
        *,
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 12:54:56 UTC 2025
    - 63K bytes
    - Viewed (0)
  5. docs/en/data/translation_reviewers.yml

      login: gerry-sabar
      count: 4
      avatarUrl: https://avatars.githubusercontent.com/u/1120123?v=4
      url: https://github.com/gerry-sabar
    cookie-byte217:
      login: cookie-byte217
      count: 4
      avatarUrl: https://avatars.githubusercontent.com/u/57880178?v=4
      url: https://github.com/cookie-byte217
    AbolfazlKameli:
      login: AbolfazlKameli
      count: 4
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Mon Dec 01 06:27:43 UTC 2025
    - 65K bytes
    - Viewed (0)
  6. docs/es/docs/_llm-test.md

    * el body JSON
    * el body del formulario
    * el body de archivo
    * el cuerpo de la función
    
    * el parámetro
    * el parámetro del body
    * el parámetro del path
    * el parámetro de query
    * el parámetro de cookie
    * el parámetro de header
    * el parámetro del formulario
    * el parámetro de la función
    
    * el evento
    * el evento de inicio
    * el inicio del servidor
    * el evento de apagado
    * el evento de lifespan
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Tue Dec 16 16:16:35 UTC 2025
    - 12.6K bytes
    - Viewed (0)
  7. docs/ru/docs/tutorial/query-params-str-validations.md

    /// tip | Совет
    
    Здесь мы используем `Query()`, потому что это **query-параметр**. Позже мы увидим другие — `Path()`, `Body()`, `Header()` и `Cookie()`, — они также принимают те же аргументы, что и `Query()`.
    
    ///
    
    Теперь FastAPI будет:
    
    * **валидировать** данные, удостоверяясь, что максимальная длина — 50 символов;
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 26.2K bytes
    - Viewed (0)
  8. okhttp/src/jvmTest/kotlin/okhttp3/URLConnectionTest.kt

        val callReference = AtomicReference<Call>()
    
        class DisconnectingCookieJar : CookieJar {
          override fun saveFromResponse(
            url: HttpUrl,
            cookies: List<Cookie>,
          ) {}
    
          override fun loadForRequest(url: HttpUrl): List<Cookie> {
            callReference.get().cancel()
            return emptyList()
          }
        }
        client =
          client
            .newBuilder()
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Sat Jun 21 20:36:35 UTC 2025
    - 133.2K bytes
    - Viewed (0)
  9. docs/de/docs/tutorial/query-params-str-validations.md

    /// tip | Tipp
    
    Hier verwenden wir `Query()`, weil dies ein **Query-Parameter** ist. Später werden wir andere wie `Path()`, `Body()`, `Header()`, und `Cookie()` sehen, die auch dieselben Argumente wie `Query()` akzeptieren.
    
    ///
    
    FastAPI wird nun:
    
    * Die Daten **validieren**, um sicherzustellen, dass die Länge maximal 50 Zeichen beträgt
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 24 10:28:19 UTC 2025
    - 19.1K bytes
    - Viewed (0)
  10. docs/pt/docs/tutorial/query-params-str-validations.md

    /// tip | Dica
    
    Aqui estamos usando `Query()` porque este é um **parâmetro de consulta**. Mais adiante veremos outros como `Path()`, `Body()`, `Header()` e `Cookie()`, que também aceitam os mesmos argumentos que `Query()`.
    
    ///
    
    Agora o FastAPI vai:
    
    * **Validar** os dados garantindo que o comprimento máximo seja de 50 caracteres
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 18.2K bytes
    - Viewed (0)
Back to top