servant-mock: Derive a mock server for free from your servant API types

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]

Derive a mock server for free from your servant API types

See the Servant.Mock module for the documentation and an example.


[Skip to Readme]

Properties

Versions 0.4.4.2, 0.4.4.3, 0.4.4.4, 0.4.4.5, 0.4.4.6, 0.4.4.7, 0.5, 0.6, 0.6.1, 0.7, 0.7.1, 0.8, 0.8.1, 0.8.1.1, 0.8.1.2, 0.8.2, 0.8.3, 0.8.4, 0.8.5, 0.8.6, 0.8.6, 0.8.7
Change log CHANGELOG.md
Dependencies aeson, base (>=4.9 && <4.14), base-compat (>=0.10.5 && <0.12), bytestring (>=0.10.8.1 && <0.11), http-types (>=0.12.2 && <0.13), QuickCheck (>=2.12.6.1 && <2.14), servant (>=0.17 && <0.18), servant-mock, servant-server (>=0.17 && <0.18), transformers (>=0.5.2.0 && <0.6), wai (>=3.2.1.2 && <3.3), warp [details]
License BSD-3-Clause
Copyright 2015-2018 Servant Contributors
Author Servant Contributors
Maintainer haskell-servant-maintainers@googlegroups.com
Category Servant, Web, Testing
Home page http://haskell-servant.readthedocs.org/
Bug tracker http://github.com/haskell-servant/servant-mock/issues
Source repo head: git clone http://github.com/haskell-servant/servant-mock.git
Uploaded by phadej at 2020-01-23T21:13:02Z

Modules

[Index] [Quick Jump]

Flags

Manual Flags

NameDescriptionDefault
example

Build the example too

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for servant-mock-0.8.6

[back to package description]

servant-mock - Derive a mock server for free from your servant API types

servant