Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 53 for 68 (0.07 sec)

  1. mockwebserver/src/main/kotlin/mockwebserver3/SocketPolicy.kt

       */
      object KeepOpen : SocketPolicy
    
      /**
       * Close the socket after the response. This is the default HTTP/1.0 behavior. For HTTP/2
       * connections, this sends a [GOAWAYframe](https://tools.ietf.org/html/rfc7540#section-6.8)
       * immediately after the response and will close the connection when the client's socket
       * is exhausted.
       *
       * See [SocketPolicy] for reasons why this can cause test flakiness and how to avoid it.
       */
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Tue Jan 23 14:31:42 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  2. docs/pt/docs/advanced/websockets.md

    * `Security`
    * `Cookie`
    * `Header`
    * `Path`
    * `Query`
    
    Eles funcionam da mesma forma que para outros endpoints FastAPI/*operações de rota*:
    
    {*../../docs_src/websockets/tutorial002_an_py310.py hl[68:69,82]*}
    
    /// info | Informação
    
    Como isso é um WebSocket, não faz muito sentido levantar uma `HTTPException`, em vez disso levantamos uma `WebSocketException`.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Oct 31 12:20:59 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  3. docs/zh/docs/tutorial/query-params.md

    
    ## 多个路径和查询参数
    
    **FastAPI** 可以识别同时声明的多个路径参数和查询参数。
    
    而且声明查询参数的顺序并不重要。
    
    FastAPI 通过参数名进行检测:
    
    //// tab | Python 3.10+
    
    ```Python hl_lines="6 8"
    {!> ../../docs_src/query_params/tutorial004_py310.py!}
    ```
    
    ////
    
    //// tab | Python 3.8+
    
    ```Python hl_lines="8 10"
    {!> ../../docs_src/query_params/tutorial004.py!}
    ```
    
    ////
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 5K bytes
    - Viewed (0)
  4. docs/em/docs/tutorial/query-params.md

    👫 🔜 🔬 📛:
    
    //// tab | 🐍 3️⃣.6️⃣ & 🔛
    
    ```Python hl_lines="8  10"
    {!> ../../docs_src/query_params/tutorial004.py!}
    ```
    
    ////
    
    //// tab | 🐍 3️⃣.1️⃣0️⃣ & 🔛
    
    ```Python hl_lines="6  8"
    {!> ../../docs_src/query_params/tutorial004_py310.py!}
    ```
    
    ////
    
    ## ✔ 🔢 🔢
    
    🕐❔ 👆 📣 🔢 💲 🚫-➡ 🔢 (🔜, 👥 ✔️ 🕴 👀 🔢 🔢), ⤴️ ⚫️ 🚫 ✔.
    
    🚥 👆 🚫 💚 🚮 🎯 💲 ✋️ ⚒ ⚫️ 📦, ⚒ 🔢 `None`.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  5. docs/tr/docs/tutorial/query-params.md

    Ve parametreleri, herhangi bir sıraya koymanıza da gerek yoktur.
    
    İsimlerine göre belirleneceklerdir:
    
    //// tab | Python 3.10+
    
    ```Python hl_lines="6  8"
    {!> ../../docs_src/query_params/tutorial004_py310.py!}
    ```
    
    ////
    
    //// tab | Python 3.8+
    
    ```Python hl_lines="8  10"
    {!> ../../docs_src/query_params/tutorial004.py!}
    ```
    
    ////
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  6. docs/pt/docs/tutorial/query-params.md

    E você não precisa declarar eles em nenhuma ordem específica.
    
    Eles serão detectados pelo nome:
    
    //// tab | Python 3.10+
    
    ```Python hl_lines="6  8"
    {!> ../../docs_src/query_params/tutorial004_py310.py!}
    ```
    
    ////
    
    //// tab | Python 3.8+
    
    ```Python hl_lines="8  10"
    {!> ../../docs_src/query_params/tutorial004.py!}
    ```
    
    ////
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  7. src/main/java/jcifs/smb1/smb1/Trans2FindFirst2Response.java

                e.fileNameLength = readInt4( buffer, bufferIndex + 60 );
        //      e.eaSize = readInt4( buffer, bufferIndex + 64 );
        //      e.shortNameLength = buffer[bufferIndex + 68] & 0xFF;
    
                /* With NT, the shortName is in Unicode regardless of what is negotiated.
                 */
    
        //      e.shortName = readString( buffer, bufferIndex + 70, e.shortNameLength );
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 8.5K bytes
    - Viewed (0)
  8. docs/en/docs/tutorial/query-params.md

    And you don't have to declare them in any specific order.
    
    They will be detected by name:
    
    //// tab | Python 3.10+
    
    ```Python hl_lines="6  8"
    {!> ../../docs_src/query_params/tutorial004_py310.py!}
    ```
    
    ////
    
    //// tab | Python 3.8+
    
    ```Python hl_lines="8  10"
    {!> ../../docs_src/query_params/tutorial004.py!}
    ```
    
    ////
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  9. build-logic/buildquality/src/main/kotlin/gradlebuild/incubation/action/IncubatingApiReportWorkAction.kt

                    var date = line.substring(line.indexOf("\"", 12) + 1, line.lastIndexOf("\""))
                    date = date.substring(0, 4) + "-" + date.substring(4, 6) + "-" + date.substring(6, 8)
                    versions[version!!] = date
                }
            }
            return versions
        }
    
    
        private
        fun String.escape() = replace("<", "&lt;").replace(">", "&gt;")
    }
    
    
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Fri Jun 28 08:29:28 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.6.md

        - [Client Binaries](#client-binaries-4)
        - [Server Binaries](#server-binaries-4)
        - [Node Binaries](#node-binaries-4)
      - [Changelog since v1.6.8](#changelog-since-v168)
        - [Other notable changes](#other-notable-changes-4)
    - [v1.6.8](#v168)
      - [Downloads for v1.6.8](#downloads-for-v168)
        - [Client Binaries](#client-binaries-5)
        - [Server Binaries](#server-binaries-5)
        - [Node Binaries](#node-binaries-5)
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
Back to top