Class and Description |
---|
io.micronaut.http.filter.OncePerRequestHttpServerFilter
All filters are executed once per request starting in Micronaut 3.0. Directly mplement
HttpServerFilter instead of extending this class and replace any usages of `micronaut.once`
attributes with a custom attribute name. |
Method and Description |
---|
io.micronaut.http.filter.OncePerRequestHttpServerFilter.getKey(Class<? extends OncePerRequestHttpServerFilter>)
Implement custom keys for request attributes based on the need of the filter.
|