OkLog icon indicating copy to clipboard operation
OkLog copied to clipboard

interceptor doesn't show either no header or no body retrofit2

Open kibotu opened this issue 4 years ago • 1 comments

currently we have 2 ways to add the interceptor

interceptors
OkLogInterceptor.builder()
            .withAllLogData()
            .build()
  1. using addInterceptor
okhttpclient.addInterceptor()
  1. or using addNetworkInterceptor
okhttpclient.addNetworkInterceptor()

however

  1. header information is incorrect
  2. request body / response body is empty

kibotu avatar Sep 08 '21 11:09 kibotu

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!

simonpercic avatar Jan 22 '22 13:01 simonpercic