Rule based HTTP request proxy and filter written in Clojure.
Start repl
$ lein replStart system
riddle.core=> (-main "resources/config.edn")Run tests
$ lein test$ lein uberjar$ java -jar riddle.jar <PATH_TO_CONFIG>Example:
$ java -jar riddle.jar /etc/riddle/config.ednCheckout how to configure Riddle here.
Checkout Riddle's performance here.
Want to become a Riddle contributor?
Then checkout our code of conduct and contributing guidelines.
Copyright (c) 2020 Conor Hughes - Released under the MIT license.