Interface HttpServerFilter

All Superinterfaces:
HttpFilter, io.micronaut.core.order.Ordered

public interface HttpServerFilter extends HttpFilter
An HttpServerFilter extends HttpFilter and provides the response as a MutableHttpResponse.
Since:
1.0
See Also: