Struct URLRoute
Convenience abstraction for a single URLRouter
route.
struct URLRoute
;
See URLRouter
for a usage example.
Fields
Name | Type | Description |
---|---|---|
path
|
string | |
router
|
URLRouter |
Methods
Name | Description |
---|---|
any
(h)
|
|
delete_
(h)
|
|
get
(h)
|
|
match
(method, h)
|
|
patch
(h)
|
|
post
(h)
|
|
put
(h)
|