JetClient / jet-client-support

JetClient is an advanced REST API Client plugin for JetBrains IDEs
https://plugins.jetbrains.com/plugin/21173-jetclient
111 stars 0 forks source link

Record sent variables value in request history #61

Closed amadeusmz closed 7 months ago

amadeusmz commented 7 months ago

Is your feature request related to a problem?

My requests contains variables, and their values are not recorded when sending requests.

Describe the solution you'd like

I want to know what value are sent in requests history.

Additional context

No response

AntonShuvaev commented 7 months ago

Thanks for the feature request. I'm planning to implement a console (similar to the Postman console) where all requests and responses will be logged.

AntonShuvaev commented 7 months ago

Version 2024.1.6 now includes a console in the Services tool window for viewing requests, responses, and script output.