@hackage mock-httpd1.0.0

A HTTP server for testing HTTP clients

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.