111 const Version =
"1.0";
114 const InternalMethods = ...;
153 constructor(HttpServer::AbstractAuthenticator auth, list<auto> methods, *code get_log_msg,
bool dbg = False, *
string get_prefix, *code log) ;
166 addMethod(
string name, code func,
string text,
string help,
auto logopt,
auto cmark);
170 setDebug(
bool dbg = True);
178 static string makeResponse(
auto response,
int flags = YAML::None);
181 static string makeErrorResponse(
int code,
string mess,
auto err,
int flags = YAML::None);
186 final hash handleRequest(hash cx, hash<auto> hdr, *data body);
191 final addMethodInternal(hash h);
201 hash<auto> system_describe();
206 softlist<string> listMethods();
211 log(hash<auto> cx,
string str);
217 final hash<auto> callMethod(hash cx,
auto params);
the YamlRpcHandler namespace holds all public definitions in the YamlRpcHandler module ...
Definition: YamlRpcHandler.qm.dox.h:103