Popularity
0.7
Growing
Activity
0.0
Stable
0
1
1

Monthly Downloads: 8
Programming language: Haskell
License: Apache License 2.0
Tags: Testing    

http-mock alternatives and similar packages

Based on the "Testing" category.
Alternatively, view http-mock alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of http-mock or a related project?

Add another 'Testing' Package

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.