- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for yep (0.01 sec)
-
okhttp/src/test/java/okhttp3/InterceptorTest.kt
.addHeader("OkHttp-Intercepted", "yep") .build() } val request = Request.Builder() .url(server.url("/")) .build() val response = client.newCall(request).execute() assertThat(response.body.string()).isEqualTo("ABC") assertThat(response.header("OkHttp-Intercepted")).isEqualTo("yep") assertThat(response.header("Original-Header")).isEqualTo("foo")
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sun Jan 14 10:20:09 UTC 2024 - 27.8K bytes - Viewed (0) -
docs/en/docs/async.md
So, to balance that out, imagine the following short story: > You have to clean a big, dirty house. *Yep, that's the whole story*. --- There's no waiting 🕙 anywhere, just a lot of work to be done, on multiple places of the house.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Wed Aug 28 23:33:37 UTC 2024 - 23.5K bytes - Viewed (0)