Qore HttpServerUtil Module Reference 1.1
Loading...
Searching...
No Matches
HttpServer::HttpHandlerConfigInfo hashdecl Reference

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
 

Detailed Description

hash providing HTTP handler configuration info