Skip to content

Commit

Permalink
Add HTTP Status 208, "Already Reported"
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnell committed Dec 22, 2014
1 parent 1b81ea8 commit 1d36923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ var STATUS_CODES = exports.STATUS_CODES = {
205 : 'Reset Content',
206 : 'Partial Content',
207 : 'Multi-Status', // RFC 4918
208 : 'Already Reported', // RFC 5842
300 : 'Multiple Choices',
301 : 'Moved Permanently',
302 : 'Moved Temporarily',
Expand Down

0 comments on commit 1d36923

Please sign in to comment.