- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for Donut (0.01 sec)
-
okhttp/src/jvmTest/kotlin/okhttp3/InterceptorTest.kt
.addHeader("Request-Interceptor", "Android") // 1. Added first. .build(), ) originalResponse .newBuilder() .addHeader("Response-Interceptor", "Donut") // 4. Added last. .build() } addInterceptor(network) { chain: Interceptor.Chain -> val originalRequest = chain.request() val originalResponse = chain.proceed(
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Jun 20 11:46:46 UTC 2025 - 28.2K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 146.6K bytes - Viewed (0)