- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for bodyIsStreaming (0.21 sec)
-
okhttp-logging-interceptor/src/main/kotlin/okhttp3/logging/HttpLoggingInterceptor.kt
logger.log("<-- END HTTP") } else if (bodyHasUnknownEncoding(response.headers)) { logger.log("<-- END HTTP (encoded body omitted)") } else if (bodyIsStreaming(response)) { logger.log("<-- END HTTP (streaming)") } else if (responseBody is UnreadableResponseBody) { logger.log("<-- END HTTP (unreadable body)") } else {
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Fri Nov 07 02:57:33 UTC 2025 - 11.5K bytes - Viewed (0)