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