-
Notifications
You must be signed in to change notification settings - Fork 28
Possible way to grabFullResponse()
or grabAllHeaders()
?
#114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
AFAIK there is no method which allows to grab all headers at once. |
That's what I'm looking for. There's really no way to introspect on headers without knowing what they are. |
@Azuka I think it should be quite simple to add a method like |
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.
The text was updated successfully, but these errors were encountered: