Qore HttpServerUtil Module Reference
0.9.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::AbstractHttpSocketHandlerInterface | Abstract class for HTTP handlers for handling protocol switching |
CHttpServer::AbstractHttpSocketHandler | Abstract class that all HTTP dedicated socket handler objects must inherit from |
▼CHttpServer::AbstractLogger | This abstract class defines the interface for classes that provide logging methods |
CHttpServer::HttpListenerInterface | This abstract class defines the public interface of the private HttpListener class defined in the HttpServer module |
CHttpServer::AbstractStreamRequest | Abstract class for streaming HTTP chunked requests/responses |
CHttpServer::HttpHandlerConfigInfo | Hash providing HTTP handler configuration info |
CHttpServer::HttpHandlerResponseInfo | Return value of HTTP handler methods with potentially unserialized message bodies |
CHttpServer::HttpListenerOptionInfo | Options for new listeners |
CHttpServer::HttpResponseInfo | Return value of HTTP handler methods where any message body has been serialized for sending over the HTTP socket |