Add HTTP request methods abd Debug for sucessfull Library Load
This commit is contained in:
parent
a9595720c6
commit
8dc6ba4f77
1 changed files with 6 additions and 1 deletions
7
lweb.pbi
7
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
|
||||
|
|
Loading…
Reference in a new issue