[GH-ISSUE #196] Chain requests. Execute a bunch of requests one by one and produce results #74

Closed
opened 2026-03-16 13:11:56 +03:00 by kerem · 4 comments
Owner

Originally created by @liyasthomas on GitHub (Oct 18, 2019).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/196

Is your feature request related to a problem? Please describe.
Nope

Describe the solution you'd like

  1. Under request section an "add new request" button.

  2. This will create another request section with defaults or inherits last request's setup.

  3. "Send" button on each request section as well as there's a "send all" button.

  4. Sending requests will executes requests top to botton (0 to n)

  5. Results will be a table of all results

Describe alternatives you've considered
Sending each requests one by one.

Additional context
An option to display results next to corresponding request will be awesome.

Originally created by @liyasthomas on GitHub (Oct 18, 2019). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/196 **Is your feature request related to a problem? Please describe.** Nope **Describe the solution you'd like** 1. Under request section an "add new request" button. 2. This will create another request section with defaults or inherits last request's setup. 3. "Send" button on each request section as well as there's a "send all" button. 4. Sending requests will executes requests top to botton (0 to n) 5. Results will be a table of all results **Describe alternatives you've considered** Sending each requests one by one. **Additional context** An option to display results next to corresponding request will be awesome.
Author
Owner

@anthonkendel commented on GitHub (Oct 23, 2019):

Hey, 😄 I would be interested in helping out. Is this anything that you looked into @liyasthomas ?

I checked out the source code but it seems like the current implementation only keeps track of one request at a time. Correct me if I am wrong.

<!-- gh-comment-id:545554182 --> @anthonkendel commented on GitHub (Oct 23, 2019): Hey, 😄 I would be interested in helping out. Is this anything that you looked into @liyasthomas ? I checked out the source code but it seems like the current implementation only keeps track of one request at a time. Correct me if I am wrong.
Author
Owner

@liyasthomas commented on GitHub (Oct 23, 2019):

@anthonkendel currently only one request can be sent at a time. This feature is a very helpful one and it would be great if you could help us pull this off!

<!-- gh-comment-id:545590651 --> @liyasthomas commented on GitHub (Oct 23, 2019): @anthonkendel currently only one request can be sent at a time. This feature is a very helpful one and it would be great if you could help us pull this off!
Author
Owner

@NBTX commented on GitHub (Oct 25, 2019):

I'd like to propose extending #139 to include this.
We could make some sort of 'timeline' or 'step by step' view, where requests can be executed one by one and optionally some script could be inserted between requests to set data for the next request.

<!-- gh-comment-id:546333587 --> @NBTX commented on GitHub (Oct 25, 2019): I'd like to propose extending #139 to include this. We could make some sort of 'timeline' or 'step by step' view, where requests can be executed one by one and optionally some script could be inserted between requests to set data for the next request.
Author
Owner

@NBTX commented on GitHub (Oct 25, 2019):

Please refer to #218.

<!-- gh-comment-id:546522678 --> @NBTX commented on GitHub (Oct 25, 2019): Please refer to #218.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#74
No description provided.