Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Cupcake (0.34 sec)

  1. okhttp/src/test/java/okhttp3/InterceptorTest.kt

          originalResponse.newBuilder()
            .addHeader("Response-Interceptor", "Cupcake") // 3. Added third.
            .build()
        }
        val request =
          Request.Builder()
            .url(server.url("/"))
            .build()
        val response = client.newCall(request).execute()
        assertThat(response.headers("Response-Interceptor"))
          .containsExactly("Cupcake", "Donut")
        val recordedRequest = server.takeRequest()
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sun Jan 14 10:20:09 GMT 2024
    - 27.8K bytes
    - Viewed (0)
Back to top