vibe-d ~master (2022-11-16T10:14:41Z)
Home
Dub
Repo
URLRouter.handleRequest
index
vibe
http
router
URLRouter
Handles a HTTP request by dispatching it to the registered route handlers.
class
URLRouter
@
safe
void
handleRequest
(
HTTPServerRequest
req
,
HTTPServerResponse
res
)
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
Handles a HTTP request by dispatching it to the registered route handlers.