Documentation
Dlang.org
PathHandler.addMapping
handy_http_handlers
path_handler
PathHandler
PathHandler
addMapping
(HttpMethod method, string pattern, HttpRequestHandler handler)
PathHandler
addMapping
(HttpMethod[] methods, string pattern, HttpRequestHandler handler)
PathHandler
addMapping
(HttpMethod method, string[] patterns, HttpRequestHandler handler)
PathHandler
addMapping
(HttpMethod[] methods, string[] patterns, HttpRequestHandler handler)
class
PathHandler
PathHandler
addMapping
(
HttpMethod
[]
methods
,
string
[]
patterns
,
HttpRequestHandler
handler
)
PathHandler
addMapping
(string pattern, HttpRequestHandler handler)
handy_http_handlers
path_handler
PathHandler
constructors
this
functions
addMapping
handle
registerHandlers
setNotFoundHandler