We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3d1131 + 5a2291e commit 531aef9Copy full SHA for 531aef9
extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/HeaderConfig.java
@@ -21,7 +21,9 @@ public interface HeaderConfig {
21
String value();
22
23
/**
24
- * The HTTP methods for this header configuration
+ * The HTTP methods for this header configuration.
25
+ * <p>
26
+ * If no HTTP methods are specified, the header will be always added.
27
*/
28
Optional<List<String>> methods();
29
}
0 commit comments