Cleanup Header all the same with : ending #6

This commit is contained in:
René Linder 2022-02-20 13:40:15 +01:00
parent 5ad5d95e05
commit 88b2126db5
1 changed files with 5 additions and 5 deletions

View File

@ -84,11 +84,11 @@ DeclareModule lhs_web
#cha_R_StringBase64 = "StringBase64" ;Element StringBase64 :Base64 Encoded String
#cha_R_http_head_status = "HeaderStatus" ;200 OK 300 Error 500 Server Error usw.
#error_string = "error"
#http_head_method = "method"
#http_head_request = "request"
#http_head_protocol = "protocol"
#http_head_query = "query"
#http_head_status = "status"
#http_head_method = "method:"
#http_head_request = "request:"
#http_head_protocol = "protocol:"
#http_head_query = "query:"
#http_head_status = "status:"
#http_head_date = "date:"
#http_head_server = "server:"
#http_head_content_length = "content-length:"