Package groovy.http

Annotation Interface BodyText


@Incubating @Retention(RUNTIME) @Target(PARAMETER) public @interface BodyText
Marks a method parameter as a plain text request body. Unlike Body, the parameter is sent as-is without JSON serialization.
Since:
6.0.0