Package io.micronaut.http.uri
package io.micronaut.http.uri
HTTP URI Matching.
- Since:
- 1.0
-
ClassDescriptionHelper class for building URIs and handle encoding correctly.A URI matcher is capable of matching a URI and producing a
UriMatchInfo.The result of a call toUriMatcher.match(java.net.URI).ExtendsUriTemplateand adds the ability to match a URI to a given template using theUriMatcher.match(java.net.URI)method.The defaultUriMatchInfoimplementation.Extended version ofUriTemplate.UriTemplateParserthat builds a regular expression to match a path.Represents a variable in a URI template.A Fast Implementation of URI Template specification.Represents an expandable path segment.An URI template parser.AUriMatchTemplatethat allows specifying types for the URI variables.A typed uri match templated parser.