OkLog
OkLog copied to clipboard
interceptor doesn't show either no header or no body retrofit2
currently we have 2 ways to add the interceptor
OkLogInterceptor.builder()
.withAllLogData()
.build()
- using addInterceptor
okhttpclient.addInterceptor()
- or using addNetworkInterceptor
okhttpclient.addNetworkInterceptor()
however
- header information is incorrect
- request body / response body is empty
Hi @kibotu,
Thank you for opening an issue and your interest in the project!
Sadly, this project is no longer actively maintained. That being said, I am more than happy to accept PRs that fix defects or improve the developer experience 👍
Thanks!