maomy / android-query

Automatically exported from code.google.com/p/android-query
0 stars 0 forks source link

Need to set the HttpClient for AQuery #140

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I have an application that keeps and uses always the same HttpClient instance, 
so after I do the login at the first screen I can keep the session with the 
server throughout the whole app. The thing is when I call:

query.image("imageURl");

I get an authorization exception. Is there any way to set the http client that 
Aquery will use?

Thanks in advance.

Original issue reported on code.google.com by ManuelM...@gmail.com on 21 May 2013 at 2:48