thunder-client-support
thunder-client-support copied to clipboard
Would be great if there is a tab to shows raw texts for both request and response
As of now, v2.4.3 doesn't seem to allow to see raw request and response texts.
You can see the request text details in the logs in output window.
The response is formatted text response right?
You can copy the response as text also?
can you provide more details of your use case?
I am seeing such logs from the output window:
---------------- Running Request: ----------------
Environment Used: http://localhost:8080/ (Active)
Request Url: http://localhost:8080/test_db/init/
Method: EXEC
Request Headers:
{
"Content-Type": "application/json"
}
Request Body:
{
"low": 0,
"high": 3
}
These seem to be only request info. I don't find any response info there. Also these are not raw request/response text. But it's good to have such more readable format. Raw text will be helpful in two use cases:
- debug;
- help to simulate an http request from tcp level connection;
+1 on that feature, there are definitely cases where being able to inspect the response verbatim is useful.