@hackage / mock-httpd

A HTTP server for testing HTTP clients

Latest1.0.0

About

Metadata

  • Last updated , by PeterJones
  • License BSD-2-Clause
  • Categories Network Development
  • Maintained by: Peter Jones <pjones@devalot.com>

  • Lottery factor: 0

Links

Installation

Readme

Given a configuration file describing routes and actions, mock-httpd will bind to the specified ports and respond to incoming HTTP requests.

The primary goal of this project is to provide a simple way to test shell scripts that use curl.