Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for negotiates (0.04 sec)

  1. CHANGELOG.md

    _2025-10-07_
    
     *  New: Support [HTTP 101] responses with `Response.socket`. This mechanism is only supported on
        HTTP/1.1. We also reimplemented our websocket client to use this new mechanism.
    
     *  New: The `okhttp-zstd` module negotiates [Zstandard (zstd)][zstd] compression with servers that
        support it. It integrates a new (unstable) [ZSTD-KMP] library, also from Square. Enable it like
        this:
    
        ```kotlin
        val client = OkHttpClient.Builder()
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Fri Dec 05 16:02:59 UTC 2025
    - 36.2K bytes
    - Viewed (2)
  2. CHANGELOG/CHANGELOG-1.33.md

    - Improved how the API server responds to **list** requests where the response format negotiates to Protobuf. List responses in Protobuf are marshalled one element at the time, drastically reducing memory needed to serve large collections. Streaming list responses can be disabled via the `StreamingCollectionEncodingToProtobuf` feature gate....
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Wed Dec 10 01:15:24 UTC 2025
    - 334.8K bytes
    - Viewed (0)
Back to top