- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for receiveResponseCookies (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/HttpOverHttp2Test.kt
val response = call.execute() assertThat(response.body.string()).isEqualTo("") val request = server.takeRequest() assertThat(request.headers["Cookie"]).isEqualTo("a=b") } @Test fun receiveResponseCookies() { val cookieJar = RecordingCookieJar() client = client .newBuilder() .cookieJar(cookieJar) .build() server.enqueue(
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sat Nov 01 12:18:11 GMT 2025 - 67.4K bytes - Click Count (0)