orhanobut / wasp

Compact and easy to use, 'all-in-one' android network solution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use OkHttp native interceptors

oguzbabaoglu opened this issue · comments

OkHttp has added its own interceptors. https://github.com/square/okhttp/wiki/Interceptors
These currently don't work with url connection (Volley), but can be implemented.

OkHttp interceptors give more power both in terms of logging and request management.