I'm trying to create some sort of SDK that we intercept each request from my app regardless which http client it's using (native HttpClient, OkHttp, Retrofit etc.).
For example http://api.uber.com --> https://proxy.startup.com?app_id=32468496&origin_url=http%3A%2F%2Fapi.uber.com with all headers and original body.
It could be great if someone can point me to classes are available to do it on Android for this :)
Thanks a lot:)