module HttpStatuses::StatusMessages

Defined in:

http_statuses.cr

Constant Summary

BAD_REQUEST = "Bad request"
CONFLICT = "Conflict"
CREATED = "Created"
FORBIDDEN = "Forbidden"
INTERNAL_SERVER_ERROR = "Internal Server Error"
NOT_FOUND = "Not Found"
OK = "Ok"
UNAUTHORIZED = "Unauthorized"