diff options
| author | 2009-08-04 15:30:38 +0000 | |
|---|---|---|
| committer | 2009-08-04 15:30:38 +0000 | |
| commit | 0b808795f2a6a6692f8ca285c244f9f7697cf405 (patch) | |
| tree | d5a41abd3dd2a390082bb826c5562759bc3a9b7c /src/modules/objects | |
| parent | Changed multiline-editor toggle command from alt+backspace to alt+return: fix... (diff) | |
| download | KVIrc-0b808795f2a6a6692f8ca285c244f9f7697cf405.tar.gz KVIrc-0b808795f2a6a6692f8ca285c244f9f7697cf405.tar.bz2 KVIrc-0b808795f2a6a6692f8ca285c244f9f7697cf405.zip | |
Fixed code completer and str module doc
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3400 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects')
| -rw-r--r-- | src/modules/objects/class_http.cpp | 2 |
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>) |
