@hackage servant0.4.2
A family of combinators for defining webservices APIs
Categories
License
BSD-3-Clause
Maintainer
alpmestan@gmail.com
Links
Versions
Installation
Tested Compilers
Dependencies (11)
- aeson >=0.7
- attoparsec >=0.12
- base >=4.7 && <4.9
- bytestring >=0.10 && <0.11
- bytestring-conversion >=0.3 && <0.4
- case-insensitive >=1.2 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 tutorial.
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.