@hackage servant-haxl-client0.2.0.0
automatical derivation of querying functions for servant webservices
Categories
License
BSD-3-Clause
Maintainer
willfancher38@gmail.com
Links
Versions
Installation
Tested Compilers
Dependencies (21)
- aeson
- async
- attoparsec
- base >=4.8 && <5
- bytestring
- case-insensitive Show all…
Dependents (1)
@hackage/acme-everything
This library lets you derive automatically Haskell functions that let you query each endpoint of a servant webservice.
See the client section of the tutorial. This library replaces the EitherT results with Haxl. runHaxl will throw ServantError in IO in the event of error.