Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. okhttp/src/commonJvmAndroid/kotlin/okhttp3/Cache.kt

         * Content-Length: 100
         * Cache-Control: max-age=600
         *
         * AES_256_WITH_MD5
         * 2
         * base64-encoded peerCertificate[0]
         * base64-encoded peerCertificate[1]
         * -1
         * TLSv1.2
         * ```
         *
         * The file is newline separated. The first two lines are the URL and the request method. Next
         * is the number of HTTP Vary request header lines, followed by those lines.
         *
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 16 09:39:51 UTC 2025
    - 26.9K bytes
    - Viewed (0)
  2. okhttp/src/jvmTest/kotlin/okhttp3/CacheTest.kt

          |0
          |TLSv1.2
          |
          |
          """.trimMargin()
        val entryBody = "abc"
        val journalBody =
          """
          |libcore.io.DiskLruCache
          |1
          |201105
          |2
          |
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 16 09:39:51 UTC 2025
    - 113.6K bytes
    - Viewed (0)
Back to top