In httpCline we can use
httpClient .addInterceptorFirst(new HttpRequestInterceptor() {
@Override
public void process(HttpRequest httpRequest, HttpContext httpContext)
throws HttpException, IOException {
}
});
But in okhttp i can't find where to add ?
Thinks!
In httpCline we can use
httpClient .addInterceptorFirst(new HttpRequestInterceptor() {
});
But in okhttp i can't find where to add ?
Thinks!