vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
URLRouter.post
index
vibe
http
router
URLRouter
Adds a new route for POST requests matching the specified pattern.
URLRouter
post
(string url_match, Handler handler)
class
URLRouter
@
safe
URLRouter
post
(
Handler
)
(
string
url_match
,
Handler
handler
)
if
(
isValidHandler
!
Handler
)
URLRouter
post
(string url_match, HTTPServerRequestDelegate handler)
Meta
Source
See Implementation
index
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 POST requests matching the specified pattern.