PathHandlerContextData

Context data that may be attached to a request to provide additional data from path matching results, like any path variables that were found.

Constructors

this
this(immutable(PathParam[]) params)
Undocumented in source.

Members

Variables

params
PathParam[] params;
Undocumented in source.