@hackage servant-server0.20
A family of combinators for defining webservices APIs and serving them
Categories
License
BSD-3-Clause
Maintainer
haskell-servant-maintainers@googlegroups.com
Links
Versions
Installation
Tested Compilers
Dependencies (26)
- base >=4.9 && <4.21
- base-compat >=0.10.5 && <0.14
- base64-bytestring >=1.0.0.1 && <1.3
- bytestring >=0.10.8.1 && <0.13
- constraints >=0.2 && <0.15
- containers >=0.5.7.1 && <0.8 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…
servant-server

This library lets you implement an HTTP server with handlers for each endpoint of a servant API, handling most of the boilerplate for you.
Getting started
We've written a tutorial guide that introduces the core types and features of servant. After this article, you should be able to write your first servant webservices, learning the rest from the haddocks' examples.