19 lines
539 B
Text
19 lines
539 B
Text
|
;********************************
|
||
|
;*
|
||
|
;* lweb_http_status.pbi
|
||
|
;*
|
||
|
;* LiHaSo Webserver Default status Headerfile.
|
||
|
;*
|
||
|
;* Configuration Module for Configs.
|
||
|
;*
|
||
|
;* Please add here only rfc7231 codes.
|
||
|
|
||
|
|
||
|
Declare.s status_get_file(status.s, UUID.s="Default")
|
||
|
Declare.s status_get_header(status.s, UUID.s="Default")
|
||
|
Declare.s status_get_message(status.s, UUID.s="Default")
|
||
|
Declare.s status_get_message_body(status.s, UUID.s="Default")
|
||
|
Declare status_get_template(status.s, UUID.s="Default")
|
||
|
Declare status_get_content(status.s, UUID.s="Default")
|
||
|
|