-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Additional Information in AsyncHttpResponseHandler #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It is my need, too. |
+1 -- Why is sendResponseMessage in |
I would need that too. |
Same need, is it something still in progress? Tx |
I founf zanfas Bruch of async-http very useful.
|
@twaddington I've merged your request (manually though). I agree, REST services returns response bodies on various states (even in cases of errors, which I don't think is a good practice), and here you go, onFailure has been given two params, About the status code, I've added compatible changes, to include various methods onFailure to obtain reponse headers ( I consider this issue as closed. |
# By mareksebera (51) and Marek Sebera (2) # Via mareksebera * 'master' of https://github.com/loopj/android-async-http: (53 commits) Handy method to specify charset in anonymous inner instances Sample Application initial state Removed unnecessary dependency, android-async-http#168 Javadoc formatting Fixed 2d34e1c leftover, Closes android-async-http#86 Fixing android-async-http#79, Allowing non-standard HTTP and HTTPS ports Added warning about SSL bypass fix Related to android-async-http#67, avoiding NPE in JsonHttpResponseHandler Fixes android-async-http#61, allow removing of Basic Auth credentials Compatibility changes fix Fixes android-async-http#14 Fixes android-async-http#143 android-async-http#88 uncatched exception Closes android-async-http#266 Closes android-async-http#283 Fixes android-async-http#286 Fixes android-async-http#294 Fixes android-async-http#287 Fixes android-async-http#295 Added Maven description to README file [skip ci] ... Conflicts: .classpath build.gradle project.properties
It's posible I'm missing something, but I don't see anyway to get any additional information bout the request's response.
I'm specifically needing two things:
Bonus: A way to fetch HTTP Response headers in both methods.
The text was updated successfully, but these errors were encountered: