Skip to content

Instantly share code, notes, and snippets.

@rippinrobr
Created March 28, 2011 23:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rippinrobr/891526 to your computer and use it in GitHub Desktop.
Save rippinrobr/891526 to your computer and use it in GitHub Desktop.
My test bat file
echo "GET /"
curl http://localhost:3000/
curl http://localhost:3000/hi/rob
curl -d "" http://localhost:3000/posttest/abc123
curl http://localhost:3000/a/route/that/doesnt/exist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment