rest-gradle-plugin icon indicating copy to clipboard operation
rest-gradle-plugin copied to clipboard

A Gradle plugin that provides a REST request task infrastructure

Results 15 rest-gradle-plugin issues
Sort by recently updated
recently updated
newest added

As an extension to #10 there could be an ability to attach custom response handler which will be called on success or failure. They could be closures attached to the...

In many cases it would be useful o be able to see server response with content. E.g. displayed via logger when info flag is used).

When `dryRun` property in task configuration is set the plugin should only display what would happen (what request with what parameters would be sent). It is useful implementing dryRun mode...

Hi everybody! I have a question: What is the best procedure to redirect the response of a HTTP request into a file with the help of a RestTasks? Regards!

I am receiving "java.io.IOException: Attempted read from closed stream." but when I check the api it looks like my request was successful.