Package groovy.http

Annotation Interface Form


@Incubating @Retention(RUNTIME) @Target(METHOD) public @interface Form
Marks a method as sending a form-encoded POST body. All non-path parameters become form fields instead of query parameters.
Since:
6.0.0