Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 191 - 200 of 392 for cookey (0.04 seconds)

  1. CHANGELOG.md

        this new one.)
    
        ```kotlin
        implementation("com.squareup.okhttp3:okhttp-java-net-cookiehandler:5.0.0-alpha.12")
        ```
    
     *  New: `Cookie.sameSite` determines whether cookies should be sent on cross-site requests. This
        is used by servers to defend against Cross-Site Request Forgery (CSRF) attacks.
    
     *  New: Log the total time of the HTTP call in `HttpLoggingInterceptor`.
    
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Feb 15 11:57:47 GMT 2026
    - 36.2K bytes
    - Click Count (2)
  2. docs/ru/llm-prompt.md

    * editor (meaning component of IDE): редактор кода
    * adopt (meaning start to use): использовать (or `начать использовать`)
    * headers (meaning HTTP-headers): HTTP-заголовки
    * cookie sessions: сессии с использованием cookie
    * tested (adjective): протестированный
    * middleware: middleware (don't translate, but add `промежуточный слой` if clarification is needed)
    * path operation: операция пути (optionally clarify as `обработчик пути`)
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Jan 22 07:07:05 GMT 2026
    - 6.5K bytes
    - Click Count (0)
  3. docs/en/docs/alternatives.md

    Find ways to get great performance.
    
    Along with Hug (as Hug is based on Falcon) inspired **FastAPI** to declare a `response` parameter in functions.
    
    Although in FastAPI it's optional, and is used mainly to set headers, cookies, and alternative status codes.
    
    ///
    
    ### [Molten](https://moltenframework.com/) { #molten }
    
    I discovered Molten in the first stages of building **FastAPI**. And it has quite similar ideas:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 22.2K bytes
    - Click Count (0)
  4. README.md

    * <dfn title="also known as: serialization, parsing, marshalling">Conversion</dfn> of input data: coming from the network to Python data and types. Reading from:
        * JSON.
        * Path parameters.
        * Query parameters.
        * Cookies.
        * Headers.
        * Forms.
        * Files.
    * <dfn title="also known as: serialization, parsing, marshalling">Conversion</dfn> of output data: converting from Python data and types to network data (as JSON):
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Mar 07 09:29:03 GMT 2026
    - 24.3K bytes
    - Click Count (0)
  5. docs/zh-hant/docs/index.md

        * 自動補全。
        * 型別檢查。
    * 資料驗證:
        * 當資料無效時,自動且清楚的錯誤。
        * 即使是深度巢狀的 JSON 物件也能驗證。
    * 輸入資料的 <dfn title="也稱為:序列化、解析、封送">轉換</dfn>:從網路讀入到 Python 資料與型別。包含:
        * JSON。
        * 路徑參數。
        * 查詢參數。
        * Cookies。
        * 標頭。
        * 表單。
        * 檔案。
    * 輸出資料的 <dfn title="也稱為:序列化、解析、封送">轉換</dfn>:從 Python 資料與型別轉換為網路資料(JSON):
        * 轉換 Python 型別(`str`、`int`、`float`、`bool`、`list` 等)。
        * `datetime` 物件。
        * `UUID` 物件。
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 20.8K bytes
    - Click Count (0)
  6. docs/en/docs/tutorial/testing.md

    * If you need to send *Form Data* instead of JSON, use the `data` parameter instead.
    * To pass *headers*, use a `dict` in the `headers` parameter.
    * For *cookies*, a `dict` in the `cookies` parameter.
    
    For more information about how to pass data to the backend (using `httpx` or the `TestClient`) check the [HTTPX documentation](https://www.python-httpx.org).
    
    /// info
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 5.7K bytes
    - Click Count (0)
  7. docs/zh-hant/docs/tutorial/schema-extra-example.md

    {* ../../docs_src/schema_extra_example/tutorial002_py310.py hl[2,8:11] *}
    
    ## JSON Schema 的 `examples` - OpenAPI { #examples-in-json-schema-openapi }
    
    當使用下列任一項:
    
    * `Path()`
    * `Query()`
    * `Header()`
    * `Cookie()`
    * `Body()`
    * `Form()`
    * `File()`
    
    你也可以宣告一組 `examples`,包含會加入到 **OpenAPI** 中它們各自 **JSON Schemas** 的額外資訊。
    
    ### `Body` 搭配 `examples` { #body-with-examples }
    
    這裡我們傳入 `examples`,其中包含 `Body()` 預期資料的一個範例:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 8.4K bytes
    - Click Count (0)
  8. src/test/java/org/codelibs/fess/api/WebApiRequestTest.java

            // All other methods with default implementations
            @Override
            public String getAuthType() {
                return null;
            }
    
            @Override
            public Cookie[] getCookies() {
                return new Cookie[0];
            }
    
            @Override
            public long getDateHeader(String name) {
                return -1;
            }
    
            @Override
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 17.8K bytes
    - Click Count (0)
  9. docs/fr/docs/tutorial/schema-extra-example.md

    ## `examples` dans JSON Schema - OpenAPI { #examples-in-json-schema-openapi }
    
    En utilisant l'un des éléments suivants :
    
    * `Path()`
    * `Query()`
    * `Header()`
    * `Cookie()`
    * `Body()`
    * `Form()`
    * `File()`
    
    vous pouvez également déclarer un groupe de `examples` avec des informations supplémentaires qui seront ajoutées à leurs **JSON Schemas** à l'intérieur d'**OpenAPI**.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 10.2K bytes
    - Click Count (0)
  10. docs/es/docs/tutorial/schema-extra-example.md

    ## `examples` en JSON Schema - OpenAPI { #examples-in-json-schema-openapi }
    
    Cuando usas cualquiera de:
    
    * `Path()`
    * `Query()`
    * `Header()`
    * `Cookie()`
    * `Body()`
    * `Form()`
    * `File()`
    
    también puedes declarar un grupo de `examples` con información adicional que se añadirá a sus **JSON Schemas** dentro de **OpenAPI**.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 9.5K bytes
    - Click Count (0)
Back to Top