Package kong.unirest.core
Interface HttpResponseSummary
- All Known Implementing Classes:
ResponseSummary
public interface HttpResponseSummary
A Summary of rhe response
-
Method Summary
-
Method Details
-
getStatus
int getStatus()- Returns:
- the http response code
-
getStatusText
String getStatusText()- Returns:
- the text of the http response code
-