-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add script global function `execute_request` for being able to execute 1 or more HTTP requests using the request configuration options similar to recipe config. - Instead of only providing the response body to the script, provide the {status_code, header, body}. - Allow configuration of concurrency to control the number of concurrent HTTP requests made from inside the script. BREAKING CHANGE: The response provided to the script in HTTP extractor has the {status_code, header, body} instead of just the response body.
- Loading branch information
1 parent
72abc18
commit 2309f9f
Showing
10 changed files
with
619 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.