Skip to content

Commit

Permalink
Merge pull request #151 from paulbellamy/patch-1
Browse files Browse the repository at this point in the history
Adding 422 Unprocessable Entity status code
  • Loading branch information
igrigorik committed Oct 31, 2011
2 parents a1623d4 + 8f54b64 commit 39d20a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/em-http/http_status_codes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ module HttpStatus
413 => 'Request Entity Too Large',
414 => 'Request-URI Too Large',
415 => 'Unsupported Media Type',
422 => 'Unprocessable Entity',
500 => 'Internal Server Error',
501 => 'Not Implemented',
502 => 'Bad Gateway',
Expand Down

0 comments on commit 39d20a5

Please sign in to comment.