Add 418 error (#2)

* Update config.json

Add 418 error

* Update CHANGELOG.md
This commit is contained in:
jetexe 2020-07-10 19:38:26 +05:00 committed by GitHub
parent f140dd3ad8
commit 158856bebd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

View File

@ -4,6 +4,12 @@ All notable changes to this package will be documented in this file.
The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver].
## Unreleased
### Added
- 418 status code error page
## v1.2.0
### Fixed

View File

@ -82,6 +82,11 @@
"message": "Requested Range Not Satisfiable",
"description": "The requested byte range is not available and is out of bounds"
},
{
"code": 418,
"message": "I'm a teapot",
"description": "Attempt to brew coffee with a teapot is not supported"
},
{
"code": 429,
"message": "Too Many Requests",