1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Implement rfc2324 section 2.3.2, Status 418: I'm a teapot. (#1392)

Reference: https://www.ietf.org/rfc/rfc2324.txt
This commit is contained in:
Michael Hoffman 2017-08-11 06:46:13 -07:00 committed by Nate Berkopec
parent 5183923898
commit a771ec3655

View file

@ -53,6 +53,7 @@ module Puma
415 => 'Unsupported Media Type',
416 => 'Range Not Satisfiable',
417 => 'Expectation Failed',
418 => 'I\'m A Teapot',
422 => 'Unprocessable Entity',
423 => 'Locked',
424 => 'Failed Dependency',