Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kibotu opened this issue Sep 8, 2021 · 1 comment
Open

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

kibotu opened this issue Sep 8, 2021 · 1 comment

Comments

@kibotu
Copy link

kibotu commented Sep 8, 2021

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
@simonpercic
Copy link
Owner

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants