Go to file
2015-01-06 17:44:12 +01:00
example first shot at a server package 2014-12-10 16:10:57 +01:00
src Explicit imports in /src. 2015-01-06 17:25:25 +01:00
test Explicit imports in /test. 2015-01-06 17:34:03 +01:00
.travis.yml prepare for release 2014-12-10 16:39:40 +01:00
CHANGELOG.md Add CHANGELOG. 2015-01-04 16:21:25 +01:00
LICENSE first shot at a server package 2014-12-10 16:10:57 +01:00
README.md prepare for release 2014-12-10 16:39:40 +01:00
servant-server.cabal Bump version to 0.2.3 2015-01-04 16:26:33 +01:00
Setup.hs first shot at a server package 2014-12-10 16:10:57 +01:00

servant-server

Build Status

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