-
Notifications
You must be signed in to change notification settings - Fork 455
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
Allow multiple requests per file #21
Comments
@Odonno , one problem for this suggestion now is that, since I preview the response in the same pane, if we implement this, we need to preserve the preview result for each issued request. |
@Huachao You mean, one pane for each request ? Or one pane that contains all requests one after another ? |
@Odonno I am so sorry that I didn't express myself clearly. I mean how to display the response(s) in the scenario you've mentioned that all the requests all in the same file, do we need to render each response of the requests in a separate response preview pane, or show all the responses in the same pane, just append the response result? |
I think, for a consistency purpose, as we have all of our requests in the same file, we need all responses in the same file too. |
I started a list of tasks for this issue, see my first comment. |
@Odonno , thanks so much 👍 |
@Odonno I've already supported multiple requests in the same file which is separated by delimiter |
@Huachao Nice ! Thanks for the info. I will try it as soon as I can. Good job. |
Steps to Reproduce:
.rest
or.http
filePotential solution:
Create an array of HTTP requests based on REST keywords (GET, POST, etc...) and execute each one after another.
Tasks:
The text was updated successfully, but these errors were encountered: