|  | Qore HttpServer Module Reference 1.4
    | 
the main namespace for the HttpServer module More...
| Classes | |
| class | AbstractAuthenticator | 
| class | AbstractHttpRequestHandler | 
| class | AbstractHttpSocketHandler | 
| class | AbstractHttpSocketHandlerInterface | 
| class | AbstractLogger | 
| class | AbstractStreamRequest | 
| class | AbstractUrlHandler | 
| hashdecl | HttpHandlerConfigInfo | 
| hashdecl | HttpHandlerResponseInfo | 
| class | HttpListener | 
| this class implements the listeners for the HttpServer class  More... | |
| class | HttpListenerInterface | 
| hashdecl | HttpListenerOptionInfo | 
| hashdecl | HttpResponseInfo | 
| class | HttpServer | 
| The HttpServer class implements a multithreaded HTTP server.  More... | |
| hashdecl | HttpServerOptionInfo | 
| Hash for HttpServer options.  More... | |
| class | PermissiveAuthenticator | 
| Functions | |
| string | get_exception_string (hash< auto > ex) | 
| returns a multi-line string from the exception hash argument suitable for logging or output on the console | |
the main namespace for the HttpServer module
To use this module, use "%requires HttpServer" in your code.
See examples/httpserver.q for an example program using this module
All the public symbols in the module are defined in this namespace
| string HttpServer::get_exception_string | ( | hash< auto > | ex | ) | 
returns a multi-line string from the exception hash argument suitable for logging or output on the console
| ex | the exception hash to process |