Documentation
Dlang.org
PutMapping
handy_http_handlers
path_handler
A simplified version of
PathMapping
for HTTP PUT mappings only.
struct
PutMapping {
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 PUT mappings only.