servant/servant-server
Andres Loeh 31b12d4bf4 Refactoring: abstracting common parts of method handlers.
This change makes an attempt of abstracting out some of the common
functionality found in the handlers for the different request methods.
There's still a bit of code duplication between the cases for headers
and no headers and empty responses. But it's a significant relative
improvement already.
2015-06-04 13:14:51 +02:00
..
example Fix outdated docs 2015-05-29 10:59:24 +02:00
src Refactoring: abstracting common parts of method handlers. 2015-06-04 13:14:51 +02:00
test Refactoring: one module per concept. 2015-06-04 13:14:31 +02:00
CHANGELOG.md Bump 'either' upper-bound 2015-05-29 14:37:10 +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 READMEs 2015-04-20 15:48:37 +02:00
servant-server.cabal Refactoring: one module per concept. 2015-06-04 13:14:31 +02: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.

Getting started

We've written a Getting Started 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.

Repositories and Haddocks