Android: How get the status-code of an HttpClient request

This will return the int value:

response.getStatusLine().getStatusCode()

Leave a Comment