Interface HttpClientFilter

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

    public interface HttpClientFilter
    extends HttpFilter
    An HttpClientFilter extends HttpFilter and allows the passed request to be mutated. HttpClientFilter are specific to HTTP client requests and are not processed by the server.
    Since:
    1.0
    See Also:
    HttpFilter