diff options
Diffstat (limited to 'core/helpers/rest.php')
-rw-r--r-- | core/helpers/rest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/helpers/rest.php b/core/helpers/rest.php index a0d6e732..061c2f6b 100644 --- a/core/helpers/rest.php +++ b/core/helpers/rest.php @@ -23,8 +23,10 @@ class rest_Core { const CREATED = "201 Created"; const ACCEPTED = "202 Accepted"; const NO_CONTENT = "204 No Content"; + const RESET_CONTENT = "205 Reset Content"; const PARTIAL_CONTENT = "206 Partial Content"; const MOVED_PERMANENTLY = "301 Moved Permanently"; + const FOUND = "302 Found"; const SEE_OTHER = "303 See Other"; const NOT_MODIFIED = "304 Not Modified"; const TEMPORARY_REDIRECT = "307 Temporary Redirect"; |