lhs_web_helper: Add connection constants

This commit is contained in:
René Linder 2023-03-31 10:07:03 +02:00
parent 89e2c11cea
commit 374074c62f
1 changed files with 3 additions and 0 deletions

View File

@ -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:"