Created
June 1, 2023 11:18
-
-
Save ppdouble/fa1365ee2fc8830e6ae1abd4ffafa58a to your computer and use it in GitHub Desktop.
loop curl request
This file contains hidden or 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
for ((i=1; i<=50; i++)); do curl -X POST http://127.0.0.1:8090/myapi/demo; echo ""; done; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment