Documentation
Dlang.org
PostMapping
handy_http_handlers
path_handler
A simplified version of
PathMapping
for HTTP POST mappings only.
struct
PostMapping {
string
pattern
;
}
Members
Variables
pattern
string
pattern
;
See
PathMapping.pattern
.
handy_http_handlers
path_handler
classes
PathHandler
PathHandlerContextData
functions
getMethodBit
getPathParamAs
getPathParams
methodMaskFromAll
methodMaskFromMethods
structs
DeleteMapping
GetMapping
PatchMapping
PathMapping
PostMapping
PutMapping
A simplified version of PathMapping for HTTP POST mappings only.