From 374074c62f32085295e65d037cbb96e58b59734a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Linder?= Date: Fri, 31 Mar 2023 10:07:03 +0200 Subject: [PATCH] lhs_web_helper: Add connection constants --- NET/lhs_web_helper.pbi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NET/lhs_web_helper.pbi b/NET/lhs_web_helper.pbi index b9e0aac..b5f017e 100644 --- a/NET/lhs_web_helper.pbi +++ b/NET/lhs_web_helper.pbi @@ -23,6 +23,9 @@ DeclareModule lhs_web_helper #error_string = "error" + #http_connection_upgrade = "upgrade" + #http_connection_websocket = "websocket" + #http_head_method = "method:" #http_head_request = "request:" #http_head_protocol = "protocol:"