21 lines
769 B
Text
21 lines
769 B
Text
|
;********************************
|
||
|
;*
|
||
|
;* lweb_http_status.pbi
|
||
|
;*
|
||
|
;* LiHaSo Webserver Default status Headerfile.
|
||
|
;*
|
||
|
;* Configuration Module for Configs.
|
||
|
;*
|
||
|
;* Please add here only rfc7231 codes.
|
||
|
|
||
|
|
||
|
Structure http_status_codes
|
||
|
status.s ;Error Number
|
||
|
file.s ;Error File or "Integrated" for default Message as Template
|
||
|
header.s ;Error Header message for #http_head_status
|
||
|
message.s ;Error Message for Templated
|
||
|
message_body.s ;Error Message Body for Templated
|
||
|
template.b ;Is it a Template {ErrorNo}=error and {Message}=message and {Message_body}=message_body need to be there
|
||
|
content.b ;has it a content to send. (200 for ex. has no content who need to be processed.)
|
||
|
Map head_fields.http_headerfield()
|
||
|
EndStructure
|