|
Qore HttpServer Module Reference
0.3.12
|
This is the complete list of members for HttpServer::HttpServer, including all inherited members.
| addHandlerToListener(softstring bind, string name, string path, *softlist content_type, HttpServer::AbstractHttpRequestHandler obj, *softlist special_headers, bool isregex=True) | HttpServer::HttpServer | |
| addHandlerToListener(softstring bind, string name, HttpServer::AbstractUrlHandler obj) | HttpServer::HttpServer | |
| addHandlerToListenerID(softint id, string name, string path, *softlist content_type, HttpServer::AbstractHttpRequestHandler obj, *softlist special_headers, bool isregex=True) | HttpServer::HttpServer | |
| addHandlerToListenerID(softint id, string name, HttpServer::AbstractUrlHandler obj) | HttpServer::HttpServer | |
| addINETListeners(*string node, softstring service, *string cert_path, *string key_path, *string name, int family=AF_UNSPEC, *string pwd) | HttpServer::HttpServer | |
| addListener(softstring sock, *string cert_path, *string key_path, *string name, int family=AF_UNSPEC, *string pwd) | HttpServer::HttpServer | |
| addListeners(string bind, hash lp, *code logger, *code errorlogger, *code stopc, *string name, int family=AF_UNSPEC) | HttpServer::HttpServer | |
| addListeners(softstring sock, *string cert_path, *string key_path, *string name, int family=AF_UNSPEC, *string pwd) | HttpServer::HttpServer | |
| addListenersWithHandler(string hname, HttpServer::AbstractHttpRequestHandler handler, hash lp, *code logger, *code errorlogger, *code stopc, *string name, int family=AF_UNSPEC) | HttpServer::HttpServer | |
| AIFlags | HttpServer::HttpServer | |
| CompressionThreshold | HttpServer::HttpServer | |
| constructor(*code n_logfunc, *code n_errlogfunc, bool n_dbg=False, string n_name=HttpServer::HttpServerString, hash n_hdr=("X-Powered-By":"Qore/"+Qore::VersionString)) | HttpServer::HttpServer | |
| ContentEncodings | HttpServer::HttpServer | |
| copy() | HttpServer::HttpServer | |
| DefaultIdleThreads | HttpServer::HttpServer | |
| destructor() | HttpServer::HttpServer | |
| getDebug() | HttpServer::HttpServer | |
| getHttpServerVersionString() | HttpServer::HttpServer | static |
| getListenerCount() | HttpServer::HttpServer | |
| getListenerIdFromBindUnlocked(string bind) | HttpServer::HttpServer | private |
| getListenerInfo(softint id) | HttpServer::HttpServer | |
| getListenerInfoName(string name) | HttpServer::HttpServer | |
| getListenerLogOptions(softstring bind) | HttpServer::HttpServer | |
| getListenerLogOptionsID(softint id) | HttpServer::HttpServer | |
| getListenerLogOptionsUnlocked(softstring id) | HttpServer::HttpServer | private |
| getListeners() | HttpServer::HttpServer | |
| getListenerTID(softint id) | HttpServer::HttpServer | |
| getURLFromBind(softstring bind, *string host) | HttpServer::HttpServer | static |
| HttpCodes | HttpServer::HttpServer | |
| HttpMethods | HttpServer::HttpServer | |
| listenerStarted(int id, hash sinfo) | HttpServer::HttpServer | |
| LLO_RECV_BODY | HttpServer::HttpServer | |
| LLO_RECV_HEADERS | HttpServer::HttpServer | |
| LLO_SEND_BODY | HttpServer::HttpServer | |
| LLO_SEND_HEADERS | HttpServer::HttpServer | |
| log(string fmt) | HttpServer::HttpServer | virtual |
| logArgs(*softlist args) | HttpServer::AbstractLogger | |
| logError(string fmt) | HttpServer::HttpServer | virtual |
| logErrorArgs(*softlist args) | HttpServer::AbstractLogger | |
| maskData(string msg) | 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, HttpServer::AbstractHttpRequestHandler obj) | HttpServer::HttpServer | |
| setDynamicHandler(string name, string path, *softlist content_type, HttpServer::AbstractHttpRequestHandler obj, *softlist special_headers, bool isregex=True) | HttpServer::HttpServer | |
| setDynamicHandler(string name, HttpServer::AbstractUrlHandler obj) | HttpServer::HttpServer | |
| setHandler(string name, string path, *softlist content_type, HttpServer::AbstractHttpRequestHandler obj, *softlist special_headers, bool isregex=True) | HttpServer::HttpServer | |
| setHandler(string name, HttpServer::AbstractUrlHandler obj) | HttpServer::HttpServer | |
| setListenerLogOptions(softstring bind, softint code) | HttpServer::HttpServer | |
| setListenerLogOptionsID(softint id, softint code) | HttpServer::HttpServer | |
| setListenerLogOptionsUnlocked(softstring id, int code) | HttpServer::HttpServer | private |
| setMaskCode(code maskfunc) | HttpServer::HttpServer | |
| setReplyHeaders(Socket s, hash cx, reference< hash > rv) | HttpServer::HttpServer | static |
| stop() | HttpServer::HttpServer | |
| stopListener(softstring bind) | HttpServer::HttpServer | |
| stopListenerID(softint id) | HttpServer::HttpServer | |
| stopNoWait() | HttpServer::HttpServer | |
| Version | HttpServer::HttpServer | |
| waitStop() | HttpServer::HttpServer |