mirror of
https://github.com/square/okhttp.git
synced 2025-08-10 11:03:02 +03:00
Fix the broken link: (#5530)
* Fix the broken link: There is no longer a markdown doc file on interceptors, but the article is available on the project website. * Update README.md
This commit is contained in:
committed by
Jesse Wilson
parent
f40fa6d975
commit
f7828cf23f
@@ -1,7 +1,7 @@
|
|||||||
Logging Interceptor
|
Logging Interceptor
|
||||||
===================
|
===================
|
||||||
|
|
||||||
An [OkHttp interceptor][1] which logs HTTP request and response data.
|
An [OkHttp interceptor][interceptors] which logs HTTP request and response data.
|
||||||
|
|
||||||
```java
|
```java
|
||||||
HttpLoggingInterceptor logging = new HttpLoggingInterceptor();
|
HttpLoggingInterceptor logging = new HttpLoggingInterceptor();
|
||||||
@@ -41,5 +41,4 @@ implementation("com.squareup.okhttp3:logging-interceptor:4.2.1")
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
[interceptors]: https://square.github.io/okhttp/interceptors/
|
||||||
[1]: ../INTERCEPTORS.md
|
|
||||||
|
Reference in New Issue
Block a user