ChuckerTeam / chucker

🔎 An HTTP inspector for Android & OkHTTP (like Charles but on device)
Apache License 2.0
3.97k stars 351 forks source link

Global Interceptor adding #1239

Closed SurajValluru closed 4 months ago

SurajValluru commented 4 months ago

:warning: Is your feature request related to a problem? Please describe

I have a very huge existing project and I can't refactor my code to add interceptors at each and every client.

:bulb: Describe the solution you'd like

I want to add the interceptor at one place that would intercept all the calls without having to refactor code. Maybe there is a way to override the builder?

:raising_hand: Do you want to develop this feature yourself?

cortinico commented 4 months ago

Maybe there is a way to override the builder?

I'm not aware of such a way sadly.