Currently the rest module only supports grabResponse() which returns a string.
It would be nice to grab the full response including headers, or just the headers if needed to troubleshoot. I've looked at the documentation and it's not very clear how to get the underlying response from a test.
Currently the rest module only supports
grabResponse()which returns a string.It would be nice to grab the full response including headers, or just the headers if needed to troubleshoot. I've looked at the documentation and it's not very clear how to get the underlying response from a test.