servant/servant-server
2015-05-07 05:22:01 -06:00
..
example modify delete to allow for response body 2015-05-06 13:21:35 -06:00
src modify delete to allow for response body 2015-05-06 13:21:35 -06:00
test modify delete to allow for response body 2015-05-06 13:21:35 -06:00
CHANGELOG.md fix ToSample instance and update changelogs 2015-05-07 05:22:01 -06:00
default.nix default.nix and sources files 2015-04-20 19:13:55 +02:00
LICENSE Prepare merge 2015-04-20 11:13:18 +02:00
README.md Update READMEs 2015-04-20 15:48:37 +02:00
servant-server.cabal Doctests for servant-server 2015-05-03 01:27:48 +02:00
Setup.hs Prepare merge 2015-04-20 11:13:18 +02:00

servant-server

servant

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 Getting Started 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.

Repositories and Haddocks