Interface IHttpStatus
-
public interface IHttpStatus
Interface which has methods relevant for HTTP status.
- Since:
- 1.2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpStatusCode
getStatusCode()
Get the status code.
-
-
-
Method Detail
-
getStatusCode
HttpStatusCode getStatusCode()
Get the status code.
- Returns:
- the status code
-
-