Documentation
Dlang.org
h2
handy_http_handlers
path_handler_sample_module
Undocumented in source. Be warned that the author may not have intended to support it.
version(unittest)
@
PathMapping
(
HttpMethod.POST
, "/h2")
void
h2
(
ref
ServerHttpRequest
request
,
ref
ServerHttpResponse
response
)
handy_http_handlers
path_handler_sample_module
functions
h1
h2
h3