Replies: 2 comments
-
|
Voted ✅ |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
cc @nimblehq/chapter-android |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Issue
Interceptoris an OkHttp component to intercept & modify network requests.AppInterceptorafter addingHttpLoggingInterceptorcould make theHttpLoggingInterceptorunable to log the full network request body, which contains additional headers inAppInterceptor(we faced this issue when leveraging the old codebase for the new working project) ❌Solution
AppInterceptorAppInterceptortoOkHttpClientin the correct order + apply some improvementsWho Benefits?
Developers
What's Next?
AppInterceptorto the Compose Template.2 votes ·
Beta Was this translation helpful? Give feedback.
All reactions