Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for zstd (0.01 sec)

  1. CHANGELOG.md

     *  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()
          .addInterceptor(CompressionInterceptor(Zstd, Gzip))
          .build()
        ```
    
    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. gradle/libs.versions.toml

    testcontainers = { module = "org.testcontainers:testcontainers", version.ref = "testcontainers" }
    testcontainers-junit5 = { module = "org.testcontainers:junit-jupiter", version.ref = "testcontainers" }
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Fri Dec 19 22:05:50 UTC 2025
    - 8.5K bytes
    - Viewed (0)
Back to top