Qore HttpServerUtil Module Reference 1.1
|
hash providing HTTP handler configuration info More...
#include <HttpServerUtil.qm.dox.h>
Public Attributes | |
softlist< softstring > | content_types |
the Content-Type that the handler handles (optional) | |
AbstractHttpRequestHandler | handler |
the handler itself (required) | |
softlist< softstring > | headers |
a list of headers that indicate that a request should be handled by the handler (optional) | |
bool | isregex = False |
if the URI path is a regular expression pattern | |
string | path = "/" |
the URI path for the handler | |
hash providing HTTP handler configuration info