Putsreq

screenshot of Putsreq
rails

PutsReq lets you record HTTP requests and fake responses like no other tool available

Overview

PutsReq is a tool that allows users to record HTTP requests and simulate responses effectively. The platform offers features such as the Response Builder to create customized responses, support for CORS for testing Ajax calls, and the ability to test Webhook calls against localhost. Additionally, PutsReq provides guidelines for running the tool in development and production environments.

Features

  • Response Builder: Create custom responses using JavaScript V8.
  • ForwardTo Functionality: Modify and forward requests for testing purposes.
  • CLI Integration: Test Webhook calls against localhost easily.
  • Ajax Support: Test Ajax calls with CORS support.
  • Sample Integration Tests: Access sample integration tests on GitHub.
  • Production Configuration: Guidelines for setting up PutsReq in production.

Summary

PutsReq offers a robust platform for recording and simulating HTTP requests, with features like the Response Builder and CORS support. The tool provides guidelines for easy installation, including setting up in production environments using Docker and Nginx. Overall, PutsReq is a valuable resource for developers looking to streamline testing processes for HTTP requests and responses.

rails
Ruby on Rails

Ruby on Rails, often referred to as Rails, is an open-source web application framework written in Ruby. Known for its convention over configuration and don't repeat yourself (DRY) principles, Rails simplifies and accelerates the development of database-backed web applications.