Package io.quarkus.vertx.http.runtime
Class FilterConfig
java.lang.Object
io.quarkus.vertx.http.runtime.FilterConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionAdditional HTTP Headers always sent in the responseA regular expression for the paths matching this configurationThe HTTP methods for this path configurationOrder in which this path config is applied. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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
Order in which this path config is applied. Higher priority takes precedence
-
-
Constructor Details
-
FilterConfig
public FilterConfig()
-