servant/servant-server
2016-03-09 22:30:34 +01:00
..
example Add 'serveWithConfig'. 2016-02-18 16:36:24 +01:00
include
src Add Experimental warnings on combinators 2016-03-09 22:30:34 +01:00
test Add gen. authentication support to servant-server 2016-03-09 22:30:28 +01:00
CHANGELOG.md Update CHANGELOG for generalized authentication support 2016-03-09 22:30:34 +01:00
LICENSE Change copyright to servant contributors 2016-01-20 16:58:29 +01:00
README.md
servant-server.cabal Add gen. authentication support to servant-server 2016-03-09 22:30:28 +01: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.