![]()  | 
  
    Qore HttpServer Module Reference
    0.9.4
    
   | 
 
the main namespace for the HttpServer module More...
Classes | |
| class | AbstractAuthenticator | 
| class | AbstractHttpRequestHandler | 
| class | AbstractHttpSocketHandler | 
| 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... | |
| 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  More... | |
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
returns a multi-line string from the exception hash argument suitable for logging or output on the console
| ex | the exception hash to process |