How to pass the REST request as a parameter to a Groovy script in a test request
Hi, I need to sign my REST requests before I send them, so for this I have a Groovy class which can receive the request and produce me a signature.. I want to pass the REST request itself as a p...