Qore HttpServer Module Reference 1.3
Loading...
Searching...
No Matches
HttpServer Namespace Reference

the main namespace for the HttpServer module More...

Classes

class  HttpListener
 this class implements the listeners for the HttpServer class More...
 
class  HttpServer
 The HttpServer class implements a multithreaded HTTP server. More...
 
struct  HttpServerOptionInfo
 Hash for HttpServer options. More...
 

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
 

Detailed Description

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

Function Documentation

◆ get_exception_string()

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

Parameters
exthe exception hash to process
Returns
a multi-line string from the exception hash argument suitable for logging or output on the console
Note
reexported from the Util module