Package io.micronaut.http.util
package io.micronaut.http.util
HTTP Util classes.
- Since:
- 1.0
- Author:
- Graeme Rocher
-
ClassDescriptionGiven an HTML string, it encodes the following characters:
&
to&
,<
to<
,>
to>
,"
to"
, and'
to'
.API to sanitize a String of HTML.Utility class to work withHttpHeaders
or HTTP Headers.Provide type information for HTTP response.Utility methods for HTTP handling.Defines a utility class which evaluates if aHttpRequest
should be processed.Implementation ofOutgoingHttpRequestProcessor
.Defines regular expressions to match requests.