Skip to content

Commit

Permalink
adds 204 status code and fixes status text for 203
Browse files Browse the repository at this point in the history
  • Loading branch information
sndsgd committed May 29, 2015
1 parent b89f4c2 commit 3e1e7ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Code.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ class Code
200 => "OK",
201 => "Created",
202 => "Accepted",
203 => "No Content",
203 => 'Non-Authoritative Information',
204 => 'No Content',
205 => "Reset Content",
206 => "Partial Content",
# redirection
Expand Down

0 comments on commit 3e1e7ce

Please sign in to comment.