handleRoute

Handling a route.

package
static if(isWeb)
handleRoute
(,
string route
)

Parameters

isInternal bool

Boolean determining whether the handling is internal.

route string

The route.

Return Value

Type: auto

The routes to handle for the specific route.

Meta