StatusCodeExtension extension

on

Properties

isACCEPTED bool

Available on int?, provided by the StatusCodeExtension extension

Returns true if the status code is 202 (Accepted).
no setter
isBadREQUEST bool

Available on int?, provided by the StatusCodeExtension extension

Returns true if the status code is 400 (Bad Request).
no setter
isCREATED bool

Available on int?, provided by the StatusCodeExtension extension

Returns true if the status code is 201 (Created).
no setter
isFORBIDDEN bool

Available on int?, provided by the StatusCodeExtension extension

Returns true if the status code is 403 (Forbidden).
no setter
isNoCONTENT bool

Available on int?, provided by the StatusCodeExtension extension

Returns true if the status code is 204 (No Content).
no setter
isNotACCEPTABLE bool

Available on int?, provided by the StatusCodeExtension extension

Returns true if the status code is 406 (Not Acceptable).
no setter
isNotFOUND bool

Available on int?, provided by the StatusCodeExtension extension

Returns true if the status code is 404 (Not Found).
no setter
isOK bool

Available on int?, provided by the StatusCodeExtension extension

Returns true if the status code is 200 (OK).
no setter
isUNAUTHORIZED bool

Available on int?, provided by the StatusCodeExtension extension

Returns true if the status code is 401 (Unauthorized).
no setter