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...
Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 2.1.10 to 2.1.20. Release notes Sourced from org.jetbrains.kotlin.jvm's releases. Kotlin 2.1.20 Changelog Analysis API Fixes KT-68198 Analysis API: Support application service registration in plugin XMLs KT-57733 Analysis...
Bumps [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.30.0 to 0.31.0. Release notes Sourced from com.vanniktech.maven.publish's releases. 0.31.0 Add support for publishing snapshots to Central Portal. Make sure to enable snapshots for your namespace on...
Bumps [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.30.0 to 0.32.0. Release notes Sourced from com.vanniktech.maven.publish's releases. 0.32.0 Improve names of Central Portal deployments. Fix an issue where the wrong staging profile for (s01.)oss.sonatype.org was...
Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 2.1.10 to 2.1.21. Release notes Sourced from org.jetbrains.kotlin.jvm's releases. Kotlin 2.1.21 Changelog Backend. Native. Debug KT-75991 Xcode 16.3: Fix lldb stepping test over an inline function Compiler...