Package kong.unirest.core
Interface HttpResponseSummary
-
public interface HttpResponseSummaryA Summary of rhe response
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetStatus()StringgetStatusText()
-
-
-
Method Detail
-
getStatus
int getStatus()
- Returns:
- the http response code
-
getStatusText
String getStatusText()
- Returns:
- the text of the http response code
-
-