English
Appearance
Set the HTTP parameter type (query, path, header, body, cookie).
param.http.type=groovy:it.ann("org.springframework.web.bind.annotation.RequestBody") != null ? "body" : "query"