customizable-okhttp-logging-interceptor
customizable-okhttp-logging-interceptor copied to clipboard
An OkHttp interceptor which logs HTTP request and response data and allows output customization.
Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.9.23 to 1.9.24. Release notes Sourced from org.jetbrains.kotlin.jvm's releases. 1.9.24 Changelog Backend. Wasm KT-64890 K/Wasm compiler crash with external class and Kodein Compiler KT-65235 JDK 21 might...
https://github.com/bartek-wesolowski/customizable-okhttp-logging-interceptor/blob/05f13c021e2657a3f66f2852ef38a3b6fd5877b2/src/main/kotlin/com/bartoszwesolowski/okhttp3/logging/CustomizableHttpLoggingInterceptor.kt#L156 I see this line still read entire body to buffer. so I think this will cause OutOfMemoryError if body is big enough. (not tested yet) Can we change it...