googolmo / OkVolley

A volley library used okhttp
Apache License 2.0
71 stars 27 forks source link

Add interceptors to OkHttp instance #6

Closed baneizalfe closed 8 years ago

baneizalfe commented 8 years ago

Implement method for adding interceptors

OkHttpClient client = new OkHttpClient(); client.interceptors().add(new LoggingInterceptor());

googolmo commented 8 years ago

@baneizalfe I think i will add this method this weekend.

googolmo commented 8 years ago

@baneizalfe #9 has fixed it