getPathParams

Gets the set of path variables that were matched when the given request was handled by the path handler.

immutable(PathParam[])
getPathParams
(
in ServerHttpRequest request
)

Parameters

request ServerHttpRequest

The request to get path variables for.

Return Value

Type: immutable(PathParam[])

The list of path variables.