Add HTTP request methods abd Debug for sucessfull Library Load

This commit is contained in:
René Linder 2024-03-15 13:27:20 +01:00
parent a9595720c6
commit 8dc6ba4f77
1 changed files with 6 additions and 1 deletions

View File

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