ReHTTP is a project to help developers debug, collaborate and share HTTP requests. This tool is designed to take all the features missing from existing tools and bring them into a single application.
- Ruby 2.1.0
- PostgreSQL
$ script/bootstrap
This will check everything is where it should be and that you have all the required dependencies available.
ReHTTP is running on unicorn and follows the unix process model. This allows gives the ability of determining what process types get what resources within the application and also allows for quick scalability should it be needed.
To start the web server, run script/server
.
The testing tool of choice is RSpec and the test suite can
be executed by running script/test
.