Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for iwmASGVsbG8sIEhlbGxvLCBIZWxsbwoD (0.42 sec)

  1. okhttp-logging-interceptor/src/test/java/okhttp3/logging/HttpLoggingInterceptorTest.kt

            .Builder() // It's invalid to return this if not requested, but the server might anyway
            .setHeader("Content-Encoding", "br")
            .setHeader("Content-Type", PLAIN)
            .body(Buffer().write("iwmASGVsbG8sIEhlbGxvLCBIZWxsbwoD".decodeBase64()!!))
            .build(),
        )
        val response = client.newCall(request().build()).execute()
        response.body.close()
        networkLogs
          .assertLogEqual("--> GET $url http/1.1")
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Fri Nov 07 02:57:33 UTC 2025
    - 39.4K bytes
    - Viewed (0)
Back to top