jgilfelt / chuck

An in-app HTTP inspector for Android OkHttp clients
Apache License 2.0
4.69k stars 451 forks source link

Is there any way to use with Volley? #5

Closed yerenutku closed 7 years ago

yerenutku commented 7 years ago

Hi, I was wondering is there any way to use with Volley?

jgilfelt commented 7 years ago

No, not directly. This project relies on OkHttp's Interceptor feature, so you would have to configure Volley's HttpStack to use OkHttp3. There are a few examples floating around to do that, like this, but I haven't tried it myself.