servant/servant-server
2018-06-12 19:27:13 +03:00
..
example Replace all occurances of () with NoContent 2016-07-10 16:58:59 +02:00
include
src Allow to specify the status of streaming endpoints 2018-05-28 12:00:29 +02:00
test Run captureAllSpec 2018-06-10 17:38:22 +01:00
CHANGELOG.md Allow base-compat-0.10.0 2018-04-11 11:26:14 +03:00
LICENSE
README.md
servant-server.cabal Bump up versions 2018-06-12 19:27:13 +03:00
Setup.lhs Use #warning in Setup.lhs 2017-05-24 10:22:01 +03:00
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.