Package io.micronaut.http.uri
package io.micronaut.http.uri
HTTP URI Matching.
- Since:
- 1.0
- Author:
- Graeme Rocher
-
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)
.ExtendsUriTemplate
and adds the ability to match a URI to a given template using theUriMatcher.match(java.net.URI)
method.The defaultUriMatchInfo
implementation.Extended version ofUriTemplate.UriTemplateParser
that 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.Implementation of the paths matching rfc6570.AUriMatchTemplate
that allows specifying types for the URI variables.A typed uri match templated parser.