Skip to content

geoah/node-siege-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-siege-proxy

Basically proxies your http requests back to the original destination and logs any requests matching the provided hostname as siege requests or as curl.

Examples

Log all requests to locahost for use in siege.

./node_modules/coffee-script/bin/coffee app.coffee --output urls.txt --hostname localhost --port 3000 --format siege

Log all requests to localhost as curl.

./node_modules/coffee-script/bin/coffee app.coffee --output urls.txt --hostname localhost --port 3000 --format curl

Log all requests to localhost as raw.

./node_modules/coffee-script/bin/coffee app.coffee --output urls.txt --hostname localhost --port 3000 --format raw

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published