VibrantRouter.handleRequest

Forwards a requrest to the internal URLRouter.

class VibrantRouter(bool GenerateAll = false)
void
handleRequest
(
HTTPServerRequest req
,
HTTPServerResponse res
)

Parameters

req HTTPServerRequest

The HTTPServerRequest object.

res HTTPServerResponse

The HTTPServerResponse object.

Meta