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