vibe-http ~master (2021-03-22T09:44:24Z)
Home
Dub
Repo
URLRouter.patch
vibe
http
router
URLRouter
Adds a new route for PATCH requests matching the specified pattern.
URLRouter
patch
(string url_match, Handler handler)
class
URLRouter
@
safe
URLRouter
patch
(
Handler
)
(
string
url_match
,
Handler
handler
)
if
(
isValidHandler
!
Handler
)
URLRouter
patch
(string url_match, HTTPServerRequestDelegate handler)
Meta
Source
See Implementation
vibe
http
router
URLRouter
constructors
this
functions
any
delete_
get
getAllRoutes
handleRequest
match
patch
post
put
rebuild
route
properties
enableRootDir
prefix
static functions
handlerDelegate
templates
isValidHandler
Adds a new route for PATCH requests matching the specified pattern.