Skip to content

A crazy HTTP proxy that can help you to test the reliabilty of your software

License

Notifications You must be signed in to change notification settings

meox/floki-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

floki-proxy

troll

A crazy HTTP proxy that can help you to test the reliabilty of your software

Examples

  • Simulate slow down event from an upstream with a failure-rate of 10%:
./floki-proxy -failure-rate=10 -failure-code=429
  • Fail all the requests that starts with /foo/a/fa/f0b with a 400 (generic Bad Request) and all the requests that starts with /small with a 500 (Internal Server error). Use a failure rate of 10% for all requests.
./floki-proxy -failure-rate=10 -fail-with-prefix="/foo/a/fa/f0b:400;/small:500"

About

A crazy HTTP proxy that can help you to test the reliabilty of your software

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages