Big-Data / rehttp

A tool to share and collaborate on HTTP requests and responses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReHTTP

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.

Alternatives

Minimum requirements

  • Ruby 2.1.0
  • PostgreSQL

Setup

$ script/bootstrap

This will check everything is where it should be and that you have all the required dependencies available.

Running the application

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.

Running tests

The testing tool of choice is RSpec and the test suite can be executed by running script/test.

About

A tool to share and collaborate on HTTP requests and responses

License:MIT License