Skip to content

Commit

Permalink
Add "I'm a Teapot" HTTP Status Code
Browse files Browse the repository at this point in the history
  • Loading branch information
laserlemon committed Dec 6, 2011
1 parent afc09df commit 7a8f649
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rack/utils.rb
Expand Up @@ -459,6 +459,7 @@ def replace(other)
415 => 'Unsupported Media Type',
416 => 'Requested Range Not Satisfiable',
417 => 'Expectation Failed',
418 => "I'm a Teapot",
422 => 'Unprocessable Entity',
423 => 'Locked',
424 => 'Failed Dependency',
Expand Down

0 comments on commit 7a8f649

Please sign in to comment.