mirror of
https://github.com/square/okhttp.git
synced 2025-11-26 06:43:09 +03:00
This library is a provided dependency and is not necessary to be included by OkHttp users. This currently covers the okhttp and okhttp-logging-interceptor modules only. It does not cover the 'internal' package in OkHttp, or its test cases. We can add those as needed.
4 lines
145 B
Java
4 lines
145 B
Java
/** An OkHttp interceptor which logs HTTP request and response data. */
|
|
@javax.annotation.ParametersAreNonnullByDefault
|
|
package okhttp3.logging;
|