Qore HttpServerUtil Module Reference 1.1
Loading...
Searching...
No Matches
HttpServer::AbstractUrlHandler Member List

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

authHttpServer::AbstractHttpRequestHandler
checkPersistent(hash< auto > cx, hash< auto > hdr)HttpServer::AbstractHttpRequestHandlerprivate
constructor(string n_url_root, *AbstractAuthenticator auth)HttpServer::AbstractUrlHandler
HttpServer::AbstractHttpRequestHandler::constructor(*AbstractAuthenticator n_auth, softbool n_stream=False)HttpServer::AbstractHttpRequestHandler
decodeBody(string content_encoding, binary body, *string string_encoding)HttpServer::AbstractHttpRequestHandlerstatic
decompressHttpServer::AbstractHttpRequestHandler
decompress_to_stringHttpServer::AbstractHttpRequestHandler
encodeBody(string content_encoding, data body)HttpServer::AbstractHttpRequestHandlerstatic
getLogMessage(hash< auto > cx, hash api, reference params, *reference< string > args)HttpServer::AbstractHttpRequestHandlerstatic
getMessageBody(Socket s, hash< auto > hdr, *data body, bool decode=True)HttpServer::AbstractHttpRequestHandler
getRelativePath(string path)HttpServer::AbstractUrlHandler
getStreamRequestImpl(HttpListenerInterface listener, Socket s, hash< auto > cx, hash< auto > hdr, *data body)HttpServer::AbstractHttpRequestHandlerprivate
handleExpectHeader(hash< auto > cx, hash< auto > hdr)HttpServer::AbstractHttpRequestHandler
handleRequest(hash< auto > cx, hash< auto > hdr, *data body)HttpServer::AbstractHttpRequestHandler
handleRequest(HttpListenerInterface listener, Socket s, hash< auto > cx, hash< auto > hdr, *data body)HttpServer::AbstractHttpRequestHandler
isPersistent()HttpServer::AbstractHttpRequestHandler
make200(string fmt,...)HttpServer::AbstractHttpRequestHandlerstatic
make200(hash< auto > hdr, string fmt,...)HttpServer::AbstractHttpRequestHandlerstatic
make200(hash< auto > hdr, InputStream chunked_body)HttpServer::AbstractHttpRequestHandlerstatic
make200(InputStream chunked_body)HttpServer::AbstractHttpRequestHandlerstatic
make400(string fmt,...)HttpServer::AbstractHttpRequestHandlerstatic
make400(hash< auto > hdr, string fmt,...)HttpServer::AbstractHttpRequestHandlerstatic
make500(string fmt,...)HttpServer::AbstractHttpRequestHandlerstatic
make500(hash< auto > hdr, string fmt,...)HttpServer::AbstractHttpRequestHandlerstatic
make501(string fmt,...)HttpServer::AbstractHttpRequestHandlerstatic
make501(hash< auto > hdr, string fmt,...)HttpServer::AbstractHttpRequestHandlerstatic
makeResponse(int code, string fmt,...)HttpServer::AbstractHttpRequestHandlerstatic
makeResponse(hash< auto > hdr, int code, string fmt,...)HttpServer::AbstractHttpRequestHandlerstatic
makeResponse(int code, binary body)HttpServer::AbstractHttpRequestHandlerstatic
makeResponse(hash< auto > hdr, int code, binary body)HttpServer::AbstractHttpRequestHandlerstatic
makeResponse(int code, *data body, *hash< auto > hdr)HttpServer::AbstractHttpRequestHandlerstatic
makeResponse(int code, *InputStream chunked_body, *hash< auto > hdr)HttpServer::AbstractHttpRequestHandlerstatic
maskData(string msg)HttpServer::AbstractHttpRequestHandler
NotificationThreadKeyHttpServer::AbstractHttpRequestHandler
notifyClosed(*code c)HttpServer::AbstractHttpRequestHandler
PersistenceThreadKeyHttpServer::AbstractHttpRequestHandler
persistentClosed()HttpServer::AbstractHttpRequestHandler
redirect(hash< auto > cx, hash< auto > request_hdr, string path, int status_code=301, *hash< auto > response_hdr)HttpServer::AbstractHttpRequestHandlerstatic
restoreThreadLocalData(*hash< auto > data)HttpServer::AbstractHttpRequestHandler
saveThreadLocalData()HttpServer::AbstractHttpRequestHandler
setPersistent(bool p=True)HttpServer::AbstractHttpRequestHandler
staticNotificationCleanup()HttpServer::AbstractHttpRequestHandlerstatic
staticPersistenceCleanup()HttpServer::AbstractHttpRequestHandlerstatic
streamHttpServer::AbstractHttpRequestHandler
timeout_msHttpServer::AbstractHttpRequestHandler
url_rootHttpServer::AbstractUrlHandler