http-mock: HTTP mocking and expectations library for Haskell

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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


[Skip to Readme]

Properties

Versions 0.1.0.0, 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:50:59Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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.