From 88b2126db5e4784123cc645fa02da76855ccc65e Mon Sep 17 00:00:00 2001 From: Ground0 Date: Sun, 20 Feb 2022 13:40:15 +0100 Subject: [PATCH] Cleanup Header all the same with : ending #6 --- lweb_header.pbi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lweb_header.pbi b/lweb_header.pbi index 6475c70..12fede5 100644 --- a/lweb_header.pbi +++ b/lweb_header.pbi @@ -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:"