Add more HTTP State codes.
This commit is contained in:
parent
80af41e7e6
commit
89e2c11cea
1 changed files with 8 additions and 1 deletions
|
@ -38,6 +38,12 @@ DeclareModule lhs_web_helper
|
||||||
#http_head_set_cookie = "set-cookie:"
|
#http_head_set_cookie = "set-cookie:"
|
||||||
#http_head_redirect = "location:"
|
#http_head_redirect = "location:"
|
||||||
|
|
||||||
|
;100er codes
|
||||||
|
#http_state_100 = "100 Continue"
|
||||||
|
#http_state_101 = "101 Switching Protocols"
|
||||||
|
#http_state_102 = "102 Processing"
|
||||||
|
#http_state_103 = "103 Early Hints"
|
||||||
|
|
||||||
;200er codes
|
;200er codes
|
||||||
#http_state_200 = "200 Ok"
|
#http_state_200 = "200 Ok"
|
||||||
#http_state_201 = "201 Created"
|
#http_state_201 = "201 Created"
|
||||||
|
@ -65,11 +71,12 @@ DeclareModule lhs_web_helper
|
||||||
#http_state_402 = "402 Payment Required"
|
#http_state_402 = "402 Payment Required"
|
||||||
#http_state_403 = "403 Forbidden"
|
#http_state_403 = "403 Forbidden"
|
||||||
#http_state_404 = "404 Not Found"
|
#http_state_404 = "404 Not Found"
|
||||||
|
#http_state_426 = "426 Upgrade Required"
|
||||||
|
|
||||||
;500er codes
|
;500er codes
|
||||||
#http_state_500 = "500 Internal Server Error"
|
#http_state_500 = "500 Internal Server Error"
|
||||||
#http_state_501 = "501 Not Implemented"
|
#http_state_501 = "501 Not Implemented"
|
||||||
|
#http_state_505 = "505 HTTP Version Not Supported"
|
||||||
EndDeclareModule
|
EndDeclareModule
|
||||||
|
|
||||||
Module lhs_web_helper
|
Module lhs_web_helper
|
||||||
|
|
Loading…
Reference in a new issue