Package io.quarkus.vertx.http.runtime
Interface FilterConfig
public interface FilterConfig
-
Method Details
-
matches
String matches()A regular expression for the paths matching this configuration -
header
Additional HTTP Headers always sent in the response -
methods
The HTTP methods for this path configuration -
order
OptionalInt order()Order in which this path config is applied. Higher priority takes precedence
-