add 400 status code
This commit is contained in:
parent
6e564342c0
commit
ac0a113c83
|
@ -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"]))
|
||||||
|
|
Loading…
Reference in New Issue