@hackage servant-server0.2.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 (17)
- aeson
- attoparsec
- base >=4.7 && <5
- bytestring
- either <5
- http-types Show all…
Dependents (226)
@hackage/rfc, @hackage/rating-chgk-info, @hackage/core-webserver-servant, @hackage/servant-tracing, @hackage/servant-avro, @hackage/servant-static-th, 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 this package.