@hackage servant0.2
A family of combinators for defining webservices APIs and serving them
Categories
License
BSD-3-Clause
Maintainer
alpmestan@gmail.com
Links
Versions
Installation
Tested Compilers
Dependencies (18)
- aeson
- attoparsec
- base >=4.7 && <5
- bytestring
- either <5
- http-types Show all…
Dependents (372)
@hackage/toxiproxy-haskell, @hackage/notion-client, @hackage/rfc, @hackage/cachix-api, @hackage/rating-chgk-info, @hackage/hipchat-hs, Show all…
A family of combinators for defining webservices APIs and serving them
You can learn about the basics in the getting started guide.
Here's a runnable example, with comments, that defines a dummy API and implements a webserver that serves this API.