servant/servant-server
Julian K. Arni 230f51bf22 Bump wai and warp upper bound to < 3.3.
Conflicts:
	servant-mock/servant-mock.cabal
	servant-server/servant-server.cabal
2016-01-04 18:39:58 +01:00
..
example Fix outdated docs 2015-05-29 10:59:24 +02:00
src Fix outdated docs 2015-05-29 10:59:24 +02:00
test servant, servant-server: handle corner case in doctests 2015-05-16 12:45:08 +10:00
CHANGELOG.md Changelog for 0.4.3. 2015-09-23 16:31:42 +02:00
default.nix Bump everything to 0.4 2015-05-09 17:28:52 +02:00
LICENSE Prepare merge 2015-04-20 11:13:18 +02:00
README.md update readme for servant-server 2015-08-16 11:02:47 +02:00
servant-server.cabal Bump wai and warp upper bound to < 3.3. 2016-01-04 18:39:58 +01:00
Setup.hs Prepare merge 2015-04-20 11:13:18 +02:00

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.

Tutorial

We've written a tutorial that introduces the core types and features of servant.

Repositories and Haddocks