Qore HttpServer Module Reference  0.3.13.1
HttpServer::HttpServer Member List

This is the complete list of members for HttpServer::HttpServer, including all inherited members.

addHandlerToListener(softstring bind, string name, hash< HttpHandlerConfigInfo > info)HttpServer::HttpServer
addHandlerToListener(softstring bind, string name, string path, *softlist< softstring > content_types, HttpServer::AbstractHttpRequestHandler obj, *softlist< softstring > special_headers, bool isregex=True)HttpServer::HttpServer
addHandlerToListener(softstring bind, string name, HttpServer::AbstractUrlHandler obj)HttpServer::HttpServer
addHandlerToListenerID(softint id, string name, hash< HttpHandlerConfigInfo > info)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
addHttpMethod(string m)HttpServer::HttpServer
addINETListeners(*string node, softstring service, *string cert_path, *string key_path, *string name, int family=AF_UNSPEC, *string pwd)HttpServer::HttpServer
addListener(hash< HttpListenerOptionInfo > opts)HttpServer::HttpServer
addListener(softstring bind, *string cert_path, *string key_path, *string name, int family=AF_UNSPEC, *string pwd)HttpServer::HttpServer
addListeners(string bind, hash< HttpListenerOptionInfo > info)HttpServer::HttpServer
addListeners(hash< HttpListenerOptionInfo > info)HttpServer::HttpServer
addListeners(string bind, hash< auto > lp, *code logger, *code errorlogger, *code stopc, *string name, int family=AF_UNSPEC)HttpServer::HttpServer
addListeners(softstring bind, *string cert_path, *string key_path, *string name, int family=AF_UNSPEC, *string pwd)HttpServer::HttpServer
addListenersWithHandler(string hname, HttpServer::AbstractHttpRequestHandler handler, hash< auto > lp, *code logger, *code errorlogger, *code stopc, *string name, int family=AF_UNSPEC)HttpServer::HttpServer
AIFlagsHttpServer::HttpServer
CompressionThresholdHttpServer::HttpServer
constructor(*code logfunc, *code errlogfunc, bool dbg=False, string name=HttpServer::HttpServerString, hash< auto > hdr={ 'X-Powered-By':'Qore/'+Qore::VersionString})HttpServer::HttpServer
ContentEncodingsHttpServer::HttpServer
copy()HttpServer::HttpServer
DefaultIdleThreadsHttpServer::HttpServer
destructor()HttpServer::HttpServer
getDebug()HttpServer::HttpServer
getHttpServerVersionString()HttpServer::HttpServerstatic
getListenerCount()HttpServer::HttpServer
getListenerIdFromBindUnlocked(string bind)HttpServer::HttpServerprivate
getListenerInfo(softint id)HttpServer::HttpServer
getListenerInfoName(string name)HttpServer::HttpServer
getListenerLogOptions(softstring bind)HttpServer::HttpServer
getListenerLogOptionsID(softint id)HttpServer::HttpServer
getListenerLogOptionsUnlocked(softstring id)HttpServer::HttpServerprivate
getListeners()HttpServer::HttpServer
getListenerTID(softint id)HttpServer::HttpServer
getURLFromBind(softstring bind, *string host)HttpServer::HttpServerstatic
HttpCodesHttpServer::HttpServer
HttpMethodsHttpServer::HttpServer
listenerStarted(int id, hash< auto > sinfo)HttpServer::HttpServer
LLO_RECV_BODYHttpServer::HttpServer
LLO_RECV_HEADERSHttpServer::HttpServer
LLO_SEND_BODYHttpServer::HttpServer
LLO_SEND_HEADERSHttpServer::HttpServer
log(string fmt)HttpServer::HttpServervirtual
logArgs(*softlist< auto > args)HttpServer::AbstractLogger
logError(string fmt)HttpServer::HttpServervirtual
logErrorArgs(*softlist< auto > args)HttpServer::AbstractLogger
maskData(string msg)HttpServer::HttpServer
PollTimeoutHttpServer::HttpServer
ReadTimeoutHttpServer::HttpServer
removeDynamicHandler(string name)HttpServer::HttpServer
removeHandlerFromListenerID(softstring id, string handler_name)HttpServer::HttpServer
removeHandlerFromListenerID(softstring id, HttpServer::AbstractHttpRequestHandler handler)HttpServer::HttpServer
sendHttpError(HttpListener listener, hash< auto > cx, Socket s, int code, data msg, *hash< auto > extra_hdrs, *string encoding, bool head)HttpServer::HttpServer
setDebug(bool dbg=True)HttpServer::HttpServer
setDefaultHandler(string name, HttpServer::AbstractHttpRequestHandler obj)HttpServer::HttpServer
setDynamicHandler(string name, hash< HttpHandlerConfigInfo > info)HttpServer::HttpServer
setDynamicHandler(string name, string path, *softlist< softstring > content_types, HttpServer::AbstractHttpRequestHandler obj, *softlist< softstring > special_headers, bool isregex=True)HttpServer::HttpServer
setDynamicHandler(string name, HttpServer::AbstractUrlHandler obj)HttpServer::HttpServer
setHandler(string name, hash< HttpHandlerConfigInfo > info)HttpServer::HttpServer
setHandler(string name, string path, *softlist< softstring > content_types, HttpServer::AbstractHttpRequestHandler obj, *softlist< softstring > 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::HttpServerprivate
setMaskCode(code maskfunc)HttpServer::HttpServer
setReplyHeaders(Socket s, hash< auto > cx, reference< hash > rv)HttpServer::HttpServerstatic
stop()HttpServer::HttpServer
stopListener(softstring bind)HttpServer::HttpServer
stopListenerID(softint id)HttpServer::HttpServer
stopNoWait()HttpServer::HttpServer
VersionHttpServer::HttpServer
waitStop()HttpServer::HttpServer