Skip to content

Instantly share code, notes, and snippets.

@ppdouble
Created June 1, 2023 11:18
Show Gist options
  • Save ppdouble/fa1365ee2fc8830e6ae1abd4ffafa58a to your computer and use it in GitHub Desktop.
Save ppdouble/fa1365ee2fc8830e6ae1abd4ffafa58a to your computer and use it in GitHub Desktop.
loop curl request
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