servant/servant-server
2016-03-13 12:44:12 +03:00
..
example
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 Update CHANGELOG for generalized authentication support 2016-03-09 22:30:34 +01:00
LICENSE
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.