@hackage servant0.2.2
A family of combinators for defining webservices APIs
Categories
License
BSD-3-Clause
Maintainer
alpmestan@gmail.com
Links
Versions
Installation
Tested Compilers
Dependencies (5)
- base >=4.7 && <5
- parsec >=3.1
- string-conversions >=0.3
- template-haskell
- text >=1 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, using the servant-server package.