-
Notifications
You must be signed in to change notification settings - Fork 445
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
Show request headers as well as response #99
Comments
@wprater I will think about this carefully, and maybe add a new option to show what you need 😄 |
could be "save (or copy) response with headers" from the icons in toolbar? |
@wprater do you mean I just need to provide a way to save response with request headers(or even more request info like request url and body) and still keep rendering response as before(no request info)? |
actually, I never save a response. I would just copy and paste. I think what we need here is like a verbose option, that would show the headers? |
@wprater Got, that means you needs an option to display the response with request information, and by default this option is disabled |
ideally we could show the request above the response, similar to how httpie does it
|
Would be very useful for me as well. I sometimes copy/paste cURL into |
I would love to see the request about the response as well and then the body below both the request/response. |
@wprater @richarddavenport @borekb @ReeganExE you can try the latest version 0.15.3 to preview expected part of response with the option
|
Nice! I'm plying with it and the settings works nicely. One possible UI suggestion is to consider the settings as the default value but have some button next to 'Save Response' and 'Save Response Body' to toggle the output. For example, I'd probably keep just the response ( |
@borekb nice suggestion, I will consider it carefully. |
For all those coming in via Google and are new to rest-client. It took me too much time to figure this out: @Huachao Thanks very much for the absolutely great Extension! |
bless you @ichtestemalwieder 🙏 |
thank you @ichtestemalwieder |
Would be very nice to show the actual request headers and well as the response headers/body. nice for debugging or when you need to share the complete req/response.
The text was updated successfully, but these errors were encountered: