aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sproxy.rb
AgeCommit message (Collapse)Author
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-02-09sproxy 1.02Adam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-07-07added formula for install SproxySeth Chisamore
Sproxy is a complimentary tool for the load testing tool Siege. Sproxy is the [S]iege[proxy], a tool designed to harvest URLs to a urls.txt for the Siege http/https regression tester. Sproxy is designed to work like a regular http proxy. It listens for http requests on port 9001 (default) and it returns requested content to the web browser while it writes the URL along with any GET requests and/or POST data to a file for Siege. Signed-off-by: Adam Vandenberg <flangy@gmail.com> * Fix man file location.