http-mock: HTTP mocking and expectations library for Haskell

[ apache, library, testing ] [ Propose Tags ]

Please see the README on GitHub at https://github.com/gojup/http-mock#readme


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0
Change log ChangeLog.md
Dependencies async, base (>=4.7 && <5), directory, filepath, http-client, network, random, wai, warp [details]
License Apache-2.0
Copyright 2019 Fernando Rincon Martin
Author Fernando Rincon Martin
Maintainer f.rincon@protonmail.com
Category Testing
Home page https://github.com/gojup/http-mock#readme
Bug tracker https://github.com/gojup/http-mock/issues
Source repo head: git clone https://github.com/gojup/http-mock
Uploaded by frincon at 2019-09-22T14:57:07Z
Distributions NixOS:0.1.0.0
Downloads 827 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-09-22 [all 1 reports]

Readme for http-mock-0.1.0.0

[back to package description]

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.