Documentation
Dlang.org
getMethodBit
handy_http_handlers
path_handler
Maps each HTTP method to a bit value, so we can use bit-masking for handler mappings.
ushort
getMethodBit
(
in
string
method
)
handy_http_handlers
path_handler
classes
PathHandler
PathHandlerContextData
functions
getMethodBit
getPathParamAs
getPathParams
methodMaskFromAll
methodMaskFromMethods
structs
DeleteMapping
GetMapping
PatchMapping
PathMapping
PostMapping
PutMapping
Maps each HTTP method to a bit value, so we can use bit-masking for handler mappings.