@hackage / http-mock

HTTP mocking and expectations library for Haskell

Latest0.1.0.0

About

Metadata

  • Last updated , by frincon
  • License Apache-2.0
  • Categories Testing
  • Maintained by: f.rincon@protonmail.com

  • Lottery factor: 0

Links

Installation

Readme

http-mock

HTTP mocking and expectations library for Haskell

Status

This project is aiming to provide a complete http mocking system for allow developers of http client libraries to test their clients.

Currently the project is very basic and is limited to allow connect a http-client to a Wai Application. This is enough to build any kind of mock server.