servant/servant-server
2016-03-19 13:26:13 +01:00
..
example Add 'serveWithConfig'. 2016-02-18 16:36:24 +01:00
include
src update base-compat imports 2016-03-13 12:44:12 +03:00
test Move general authentication to Experimental module 2016-03-09 22:30:34 +01:00
CHANGELOG.md Cut 0.5 in changelogs 2016-03-19 13:26:13 +01:00
LICENSE Change copyright to servant contributors 2016-01-20 16:58:29 +01:00
README.md
servant-server.cabal use base-compat in servant-server 2016-03-13 12:42:41 +03:00
Setup.hs
tinc.yaml

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