Qore HttpServer Module Reference
0.3.11
|
▼CHttpServer::AbstractAuthenticator | Abstract base class for external authentication |
CHttpServer::PermissiveAuthenticator | Class providing automatic authentication for all requests |
▼CHttpServer::AbstractHttpRequestHandler | Abstract class that all HTTP request handler objects must inherit from |
CHttpServer::AbstractHttpSocketHandler | Abstract class that all HTTP dedicated socket handler objects must inherit from |
CHttpServer::AbstractUrlHandler | Abstract class for HTTP request handlers anchored at a specific URL |
CHttpServer::AbstractStreamRequest | Abstract class for streaming HTTP chunked requests/responses |
CHttpServer::AbstractStreamRequestHandler | Abstract class for embedded objects serving streaming requests |
CHttpServer::HttpServer | Implements a multithreaded HTTP server primarily designed for serving RPC-style services |
▼CQore::Socket [external] | |
CHttpServer::HttpListener | This class implements the listeners for the HttpServer class |