See gh-33309 Closes gh-33723
@ -62,6 +62,7 @@ public @interface DeleteExchange {
/**
* Alias for {@link HttpExchange#headers()}.
* @since 6.2
*/
@AliasFor(annotation = HttpExchange.class)
String[] headers() default {};
@ -62,6 +62,7 @@ public @interface PatchExchange {
@ -62,6 +62,7 @@ public @interface PostExchange {
@ -62,6 +62,7 @@ public @interface PutExchange {