@hackage serv-wai0.2.0.0
Dependently typed API servers with Serv
Categories
License
BSD-3-Clause
Maintainer
me@jspha.com
Links
Versions
- 0.2.0.0 Fri, 26 Feb 2016
Installation
Dependencies (18)
- aeson
- base >=4.7 && <5
- bytestring
- case-insensitive
- containers
- http-kinder Show all…
Dependents (1)
@hackage/acme-everything
Implement Network.Wai style servers matching Serv.Api style API
descriptions.
This package offers tools for building lightweight API servers to match APIs
described using the types from Serv.Api. You implement endpoints matching
the API types in whatever monad you desire (providing a "run" function to
IO) and the server is automatically generated from there.
See the README for more details.