Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for bb919aaa06e8 (0.16 sec)

  1. okhttp-brotli/src/test/java/okhttp3/brotli/BrotliInterceptorTest.kt

        val responseString = same.body.string()
        assertThat(responseString).isEqualTo("XXXX")
      }
    
      @Test
      fun testFailsUncompress() {
        val response =
          response("https://httpbin.org/brotli", "bb919aaa06e8".decodeHex()) {
            header("Content-Encoding", "br")
          }
    
        assertFailsWith<IOException> {
          val failingResponse = uncompress(response)
          failingResponse.body.string()
        }.also { ioe ->
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 4.2K bytes
    - Viewed (0)
Back to top