Skip to content

Commit

Permalink
Merge pull request #4 from LastxTemplar/patch-1
Browse files Browse the repository at this point in the history
419 HTTP Status Code
  • Loading branch information
mattias-persson authored Apr 14, 2020
2 parents 76dcd3f + 9533aaf commit 0017212
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion intercept.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ function statusCodes(){
'416': 'Requested Range Not Satisfiable',
'417': 'Expectation Failed',
'418': 'I\'m a teapot',
'419': 'Authentication Timeout',
'421': 'Misdirected Request',
'422': 'Unprocessable Entity',
'423': 'Locked',
Expand All @@ -139,4 +140,4 @@ function statusCodes(){
'511': 'Network Authentication Required',
'599': 'Network Connect Timeout Error',
};
}
}

0 comments on commit 0017212

Please sign in to comment.