Package io.micronaut.http.context
package io.micronaut.http.context
Contains classes for resolving and handling the current server
HttpRequest
.- Since:
- 1.0
- Author:
- Graeme Rocher
-
ClassDescriptionA contract for providing a context path to a client.Utility class to work with context paths and URIs.A contract for providing a context path to a server.Http request propagation.The holder for the current
HttpRequest
that is bound to instrumented threads.A reactive streams publisher that instruments an existing publisher ensuring execution is wrapped in aServerRequestContext
.