c

customizable-okhttp-logging-interceptor

An OkHttp interceptor which logs HTTP request and response data and allows output customization.
https://github.com/bartek-wesolowski/customizable-okhttp-logging-interceptor
The Apache License, Version 2.0
Bartosz Wesołowski
文件下载
文件名 操作
customizable-okhttp-logging-interceptor-2.0.0.jar 下载
customizable-okhttp-logging-interceptor-2.0.0.pom 下载
customizable-okhttp-logging-interceptor-2.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.bartek-wesolowski</groupId>
  <artifactId>customizable-okhttp-logging-interceptor</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.bartek-wesolowski:customizable-okhttp-logging-interceptor:2.0.0'
Gradle Kotlin
implementation("io.github.bartek-wesolowski:customizable-okhttp-logging-interceptor:2.0.0")
Scala SBT
libraryDependencies += "io.github.bartek-wesolowski" % "customizable-okhttp-logging-interceptor" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.bartek-wesolowski', module='customizable-okhttp-logging-interceptor', version='2.0.0')
)
Apache Ivy
<dependency org="io.github.bartek-wesolowski" name="customizable-okhttp-logging-interceptor" rev="2.0.0" />
Leiningen
[io.github.bartek-wesolowski/customizable-okhttp-logging-interceptor "2.0.0"]
Apache Buildr
'io.github.bartek-wesolowski:customizable-okhttp-logging-interceptor:jar:2.0.0'