Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TMP (0.11 sec)

  1. samples/guide/src/main/java/okhttp3/recipes/kt/CacheResponse.kt

            return@use it.body.string()
          }
    
        println("Response 2 equals Response 1? " + (response1Body == response2Body))
      }
    }
    
    fun main() {
      CacheResponse(File("CacheResponse.tmp")).run()
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 2K bytes
    - Viewed (2)
Back to top