Package kong.unirest.core
Interface HttpResponseSummary
-
- All Known Implementing Classes:
ResponseSummary
public interface HttpResponseSummary
A Summary of rhe response
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getStatus()
java.lang.String
getStatusText()
-