Package io.micronaut.http.server.util
Utilities used in the context of an HTTP server.
-
Interface Summary Interface Description HttpClientAddressResolver Resolves the client IP address from the request.HttpHostResolver Resolves the host name of the current server. -
Class Summary Class Description DefaultHttpClientAddressResolver Default implementation ofHttpClientAddressResolver.DefaultHttpHostResolver Default implementation ofHttpHostResolver.ProxyHeaderParser Responsible for parsing and returning the information stored in the standard and de facto standard proxy headers.