|
Qore HttpServer Module Reference
0.3.7
|
This is the complete list of members for HttpServer::HttpServer, including all inherited members.
| addHandlerToListener(softstring bind, string name, string path, *softlist content_type, AbstractHttpRequestHandler obj, *softlist special_headers, bool isregex=True) | HttpServer::HttpServer | |
| addHandlerToListener(softstring bind, string name, AbstractUrlHandler obj) | HttpServer::HttpServer | |
| addHandlerToListenerID(softint id, string name, string path, *softlist content_type, AbstractHttpRequestHandler obj, *softlist special_headers, bool isregex=True) | HttpServer::HttpServer | |
| addHandlerToListenerID(softint id, string name, AbstractUrlHandler obj) | HttpServer::HttpServer | |
| addINETListeners(*string node, softstring service, *string cert_path, *string key_path, *string name, int family=AF_UNSPEC) | HttpServer::HttpServer | |
| addListener(softstring sock, *string cert_path, *string key_path, *string name, int family=AF_UNSPEC) | HttpServer::HttpServer | |
| addListeners(softstring sock, *string cert_path, *string key_path, *string name, int family=AF_UNSPEC) | HttpServer::HttpServer | |
| addListenersWithHandler(string hname, AbstractHttpRequestHandler handler, hash lp, *code logger, *code errorlogger, *code stopc, *string name, int family=AF_UNSPEC) | HttpServer::HttpServer | |
| AIFlags | HttpServer::HttpServer | |
| constructor(*code logfunc, *code errlogfunc, bool dbg=False, string name=sprintf("Qore-HTTP-Server/%s", HttpServer::Version), hash hdr=("X-Powered-By":"Qore/"+Qore::VersionString)) | HttpServer::HttpServer | |
| ContentEncodings | HttpServer::HttpServer | |
| copy() | HttpServer::HttpServer | |
| DefaultIdleThreads | HttpServer::HttpServer | |
| destructor() | HttpServer::HttpServer | |
| getDebug() | HttpServer::HttpServer | |
| getListenerCount() | HttpServer::HttpServer | |
| getListenerInfo(softint id) | HttpServer::HttpServer | |
| getListenerInfoName(string name) | HttpServer::HttpServer | |
| getListeners() | HttpServer::HttpServer | |
| getListenerTID(softint id) | HttpServer::HttpServer | |
| getURLFromBind(softstring bind, *string host) | HttpServer::HttpServer | static |
| HttpCodes | HttpServer::HttpServer | |
| HttpMethods | HttpServer::HttpServer | |
| log() | HttpServer::HttpServer | |
| logArgs(softlist args=()) | HttpServer::HttpServer | |
| logError() | HttpServer::HttpServer | |
| logErrorArgs(softlist args=()) | HttpServer::HttpServer | |
| PollTimeout | HttpServer::HttpServer | |
| ReadTimeout | HttpServer::HttpServer | |
| removeDynamicHandler(string name) | HttpServer::HttpServer | |
| sendHttpError(HttpListener listener, hash cx, Socket s, int code, string msg, *hash extra_hdrs, *string encoding) | HttpServer::HttpServer | |
| setDebug(bool dbg=True) | HttpServer::HttpServer | |
| setDefaultHandler(string name, AbstractHttpRequestHandler obj) | HttpServer::HttpServer | |
| setDynamicHandler(string name, string path, *softlist content_type, AbstractHttpRequestHandler obj, *softlist special_headers, bool isregex=True) | HttpServer::HttpServer | |
| setDynamicHandler(string name, AbstractUrlHandler obj) | HttpServer::HttpServer | |
| setHandler(string name, string path, *softlist content_type, AbstractHttpRequestHandler obj, *softlist special_headers, bool isregex=True) | HttpServer::HttpServer | |
| setHandler(string name, AbstractUrlHandler obj) | HttpServer::HttpServer | |
| stop() | HttpServer::HttpServer | |
| stopListener(softstring bind) | HttpServer::HttpServer | |
| stopListenerID(softint id) | HttpServer::HttpServer | |
| stopNoWait() | HttpServer::HttpServer | |
| Version | HttpServer::HttpServer | |
| waitStop() | HttpServer::HttpServer |