aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects')
-rw-r--r--src/modules/objects/class_http.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/objects/class_http.cpp b/src/modules/objects/class_http.cpp
index 9ef13f7f6..fd32351e7 100644
--- a/src/modules/objects/class_http.cpp
+++ b/src/modules/objects/class_http.cpp
@@ -77,9 +77,11 @@ const char * const ssl_errors_tbl[] = {
This class provides a standard HTTP functionality.[br]
@functions:
!fn: <id:integer>$get(<remote_path:string>,<local_file: string>)
+
!fn: <id:integer>$post(<remote_path:string>,<post_data:string>,<local_file: string>)
!fn: $abort()
!fn: <id:integer>$setHost(<host:string>,<remote_port:unsigned_integer>)
+
!fn: <id:integer>$currentId()
!fn: $setProxy(<host:string>,[<user:string>,<password:string>])
!fn: $setUser(<user:string>,<password:string>)