From 8dc6ba4f77380184890b389fc050e0e228c6bd9d Mon Sep 17 00:00:00 2001 From: Ground0 Date: Fri, 15 Mar 2024 13:27:20 +0100 Subject: [PATCH] Add HTTP request methods abd Debug for sucessfull Library Load --- lweb.pbi | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lweb.pbi b/lweb.pbi index 39dd5a1..d24577d 100644 --- a/lweb.pbi +++ b/lweb.pbi @@ -85,6 +85,11 @@ Module lhs_web #http_method_get = "GET" #http_method_post = "POST" #http_method_put = "PUT" + #http_method_connect = "CONNECT" + #http_method_delete = "DELETE" + #http_method_options = "OPTIONS" + #http_method_trace = "TRACE" + #http_method_patch = "PATCH" ;*********************** ;* s_lweb_client Struktur Jeder Clientthread muss in die Liste eingetragen werden.: @@ -740,7 +745,7 @@ Module lhs_web If Len(LibraryToCall) > 0 Library_ID = OpenLibrary(#PB_Any, LibraryToCall) If Library_ID - + ldl::Logging("Library is opened:"+LibraryToCall) Else ldl::Logging("Library could not be opened") EndIf