Visualize raw request in jetclient #39
-
|
Is it possible to see the raw request that has been sent in jetclient? Like in postman you can open the console and see all the details of the request. |
Beta Was this translation helpful? Give feedback.
Answered by
AntonShuvaev
Oct 26, 2023
Replies: 1 comment
-
|
To view the raw request, simply click on "Generate Code Snippet" (shortcut: Alt+Shift+Cmd+G) from the dropdown menu located near the "Send" button. Then, select "HTTP" from the dropdown options. This will display the raw HTTP request. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AntonShuvaev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To view the raw request, simply click on "Generate Code Snippet" (shortcut: Alt+Shift+Cmd+G) from the dropdown menu located near the "Send" button. Then, select "HTTP" from the dropdown options. This will display the raw HTTP request.