Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add status 428 #166

Merged
merged 2 commits into from
Jun 27, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
feat: add 428 Precondition Required
  • Loading branch information
mathiazom authored and rogeriopvl committed Jun 27, 2023
commit e7ae638f642706006bcc01f10dd39b06cd0e1563
1 change: 1 addition & 0 deletions lib/statuses.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const statuses = {
424: { code: 424, message: 'Failed Dependency' },
425: { code: 425, message: 'Too Early' },
426: { code: 426, message: 'Upgrade Required' },
428: { code: 428, message: 'Precondition Required' },
429: { code: 429, message: 'Too Many Requests' },
431: { code: 431, message: 'Request Header Fields Too Large' },
444: { code: 444, message: 'No Response' },
Expand Down
Binary file added public/images-original/428.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/428.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.