vscode-restclient
vscode-restclient copied to clipboard
How to store response or it part after request in the same file
I want to have something like it
# @name login
POST {{host}}/v1/auth
Authorization: Basic login:pass
Content-Type: application/json
< ./payload
> response line1
> response line2
> response lineN
But I don't understand how to store long response near request in right way. I don't need to store here latest response but I want to store example or part of it. E.g. use it like documentation