Qore HttpServer Module Reference
0.3.11
|
▼NHttpServer | Main namespace for the HttpServer module |
CAbstractAuthenticator | Abstract base class for external authentication |
CAbstractHttpRequestHandler | Abstract class that all HTTP request handler objects must inherit from |
CAbstractHttpSocketHandler | Abstract class that all HTTP dedicated socket handler objects must inherit from |
CAbstractStreamRequest | Abstract class for streaming HTTP chunked requests/responses |
CAbstractStreamRequestHandler | Abstract class for embedded objects serving streaming requests |
CAbstractUrlHandler | Abstract class for HTTP request handlers anchored at a specific URL |
CHttpListener | This class implements the listeners for the HttpServer class |
CHttpServer | Implements a multithreaded HTTP server primarily designed for serving RPC-style services |
CPermissiveAuthenticator | Class providing automatic authentication for all requests |