I\'d like to use cURL to test flood handling on my server. Right now I\'m using this on a Windows command line:
curl www.example.com
Curl may not do it itself but bash can.
curl -o 1.txt -X GET https://foo & curl -o 2.txt -X GET https://foo