Skip to content

Commit

Permalink
Add 421 status code.
Browse files Browse the repository at this point in the history
close #1256
  • Loading branch information
lepture committed Feb 27, 2018
1 parent ea0ed8f commit d388a73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions werkzeug/http.py
Expand Up @@ -139,6 +139,7 @@
416: 'Requested Range Not Satisfiable',
417: 'Expectation Failed',
418: 'I\'m a teapot', # see RFC 2324
421: 'Misdirected Request', # see RFC 7540
422: 'Unprocessable Entity',
423: 'Locked',
424: 'Failed Dependency',
Expand Down

0 comments on commit d388a73

Please sign in to comment.