Added important 418 teapot error

This commit is contained in:
2022-06-01 12:37:09 +02:00
parent ce3aa574ea
commit 8b49b26f24
2 changed files with 3 additions and 2 deletions

View File

@@ -54,6 +54,7 @@ const HTTP_STATUS_DESCRIPTIONS = [
413 => 'Request Entity Too Large',
414 => 'Request-URI Too Large',
415 => 'Unsupported Media Type',
418 => 'I\'m a teapot',
500 => 'Internal Server Error',
501 => 'Not Implemented',
502 => 'Bad Gateway',