Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for iwmASGVsbG8sIEhlbGxvLCBIZWxsbwoD (0.12 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 Sep 05 11:42:10 UTC 2025
    - Last Modified: Thu Aug 21 14:27:04 UTC 2025
    - 37.5K bytes
    - Viewed (0)
Back to top