PathSegmentTemplateMatcher

constructor(resourceTemplate: ResourceTemplate, maxDepth: Int = MAX_DEPTH, maxUriLength: Int = MAX_URL_LENGTH)(source)

Parameters

resourceTemplate

The resource template to match against. Must follow RFC 6570 Level 1 syntax.

maxUriLength

Maximum allowed length for incoming URIs. Defaults to 2048.

maxDepth

Maximum allowed segment count for the template/uri. Defaults to 50.