Skip to content

Commit

Permalink
Update known http status codes
Browse files Browse the repository at this point in the history
  • Loading branch information
ixti committed Mar 17, 2016
1 parent 4011e43 commit f7e028a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/http/response/status/reasons.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ class Status < ::Delegator
428 => "Precondition Required",
429 => "Too Many Requests",
431 => "Request Header Fields Too Large",
451 => "Unavailable For Legal Reasons",
500 => "Internal Server Error",
501 => "Not Implemented",
502 => "Bad Gateway",
Expand Down

0 comments on commit f7e028a

Please sign in to comment.