@hackage servant-server0.4.4.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 (20)
- aeson >=0.7 && <0.10
- attoparsec >=0.12 && <0.14
- base >=4.7 && <5
- bytestring >=0.10 && <0.11
- either >=4.3 && <4.5
- filepath >=1 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.
Tutorial
We've written a tutorial that introduces the core types and features of servant.
Repositories and Haddocks
- The core servant package - docs
- Implementing an HTTP server for a webservice API with servant-server - docs
- (Haskell) client-side function generation with servant-client - docs
- (Javascript) client-side function generation with servant-jquery - docs
- API docs generation with servant-docs - docs