add 400 status code

This commit is contained in:
Milo Turner 2020-04-10 23:09:59 -04:00
parent 6e564342c0
commit ac0a113c83
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
(define http-status-codes (define http-status-codes
#hasheqv([200 . "OK"] #hasheqv([200 . "OK"]
[301 . "Moved Permanently"] [301 . "Moved Permanently"]
[400 . "Invalid Request"]
[403 . "Forbidden"] [403 . "Forbidden"]
[404 . "Not Found"] [404 . "Not Found"]
[500 . "Internal Server Error"])) [500 . "Internal Server Error"]))