Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 185 for OkHttp (0.1 seconds)

  1. okhttp-urlconnection/api/okhttp-urlconnection.api

    Jesse Wilson <******@****.***> 1645903053 -0500
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sat Feb 26 19:17:33 GMT 2022
    - 423 bytes
    - Click Count (0)
  2. okhttp-brotli/api/okhttp-brotli.api

    Yuri Schimke <******@****.***> 1753986872 +0000
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Thu Jul 31 18:34:32 GMT 2025
    - 428 bytes
    - Click Count (0)
  3. okhttp-coroutines/api/okhttp-coroutines.api

    Jesse Wilson <******@****.***> 1713403478 -0400
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Thu Apr 18 01:24:38 GMT 2024
    - 163 bytes
    - Click Count (0)
  4. okhttp-dnsoverhttps/api/okhttp-dnsoverhttps.api

    Jesse Wilson <******@****.***> 1645975423 -0500
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Feb 27 15:23:43 GMT 2022
    - 1.5K bytes
    - Click Count (0)
  5. okhttp-zstd/api/okhttp-zstd.api

    Yuri Schimke <******@****.***> 1753986872 +0000
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Thu Jul 31 18:34:32 GMT 2025
    - 259 bytes
    - Click Count (0)
  6. okhttp-sse/api/okhttp-sse.api

    Jesse Wilson <******@****.***> 1759477880 -0400
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Fri Oct 03 07:51:20 GMT 2025
    - 1.1K bytes
    - Click Count (0)
  7. okhttp-tls/api/okhttp-tls.api

    Jesse Wilson <******@****.***> 1645903053 -0500
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sat Feb 26 19:17:33 GMT 2022
    - 3.7K bytes
    - Click Count (0)
  8. okhttp-java-net-cookiejar/api/okhttp-java-net-cookiejar.api

    Jesse Wilson <******@****.***> 1700497229 -0800
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Mon Nov 20 16:20:29 GMT 2023
    - 264 bytes
    - Click Count (0)
  9. okhttp/src/commonJvmAndroid/kotlin/okhttp3/OkHttp.kt

     * limitations under the License.
     */
    package okhttp3
    
    expect object OkHttp {
      /**
       * This is a string like "5.0.0", "5.0.0-alpha.762", or "5.3.0-SNAPSHOT" indicating the version of
       * OkHttp in the current runtime. Use this to include the OkHttp version in custom `User-Agent`
       * headers.
       *
       * Official OkHttp releases follow [semantic versioning][semver]. Versions with the `-SNAPSHOT`
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Mon Jul 28 20:33:04 GMT 2025
    - 1.5K bytes
    - Click Count (0)
  10. okhttp/src/jvmMain/kotlin/okhttp3/OkHttp.jvm.kt

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package okhttp3
    
    import okhttp3.internal.CONST_VERSION
    
    actual object OkHttp {
      @JvmField
      actual val VERSION: String = CONST_VERSION
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Mon Jul 28 07:33:49 GMT 2025
    - 738 bytes
    - Click Count (0)
Back to Top