Package io.quarkus.vertx.http.runtime
Interface HeaderConfig
public interface HeaderConfig
Configuration that allows for setting an HTTP header
-
Method Summary
-
Method Details
-
path
The path this header should be applied -
value
String value()The value for this header configuration -
methods
The HTTP methods for this header configuration.If no HTTP methods are specified, the header will be always added.
-