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

[ bsd3, library, servant, testing, web ] [ Propose Tags ]

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]

Modules

[Index]

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

Versions [RSS] 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.7
Change log CHANGELOG.md
Dependencies aeson, base (>=4.7 && <5), bytestring (>=0.10.4 && <0.11), http-types (>=0.8 && <0.10), QuickCheck (>=2.7 && <2.10), servant (>=0.8 && <0.11), servant-mock, servant-server (>=0.10 && <0.11), transformers (>=0.3 && <0.6), wai (>=3.0 && <3.3), warp [details]
License BSD-3-Clause
Copyright 2015-2016 Servant Contributors
Author Servant Contributors
Maintainer haskell-servant-maintainers@googlegroups.com
Category Servant, Web
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 2017-02-01T16:04:18Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables mock-app
Downloads 13943 total (77 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-02-01 [all 1 reports]

Readme for servant-mock-0.8.1.2

[back to package description]

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

servant