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:
parent
5183923898
commit
a771ec3655
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue