A rule based HTTP proxy written in clojure for redirecting your traffic.
A tribute to all those brave lollipop ladies out there who direct traffic for kids.
Default rules are provided in resources/rules.json
. These will be read in on
startup. To run with defaults:
$ lein run
Otherwise, rules can be passed into the program with:
$ lein run --rules <path_to_rules>
Guide for configuring rules here.