aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_http.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects/class_http.cpp')
-rw-r--r--src/modules/objects/class_http.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/objects/class_http.cpp b/src/modules/objects/class_http.cpp
index 19eab2336..155e9bd27 100644
--- a/src/modules/objects/class_http.cpp
+++ b/src/modules/objects/class_http.cpp
@@ -77,11 +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>,<port:integer>,[<user:string>,<password:string>])
!fn: $setUser(<user:string>,<password:string>)