Go to file
Julian Arni 1eaed73794 Merge pull request #38 from haskell-servant/jkarni/fix-406
Don't succeedWith when response content-type is unacceptable.
2015-04-07 16:40:19 +02:00
example ReqBody content types. 2015-02-24 14:08:27 +01:00
src Don't succeedWith when response content-type is unacceptable. 2015-04-06 16:12:28 +02:00
test Pay back some test-debt 2015-04-07 16:25:23 +02:00
.gitignore Added support for Matrix parameters 2015-01-15 12:10:21 +01:00
.travis.yml Add cabal sandbox to travis path 2015-02-19 23:02:29 +01:00
CHANGELOG.md Update changelog 2015-03-12 18:37:08 +01:00
default.nix Add Accept header handling. 2015-02-24 14:07:00 +01:00
LICENSE first shot at a server package 2014-12-10 16:10:57 +01:00
README.md Enable coveralls 2015-02-19 20:45:42 +01:00
servant-server.cabal Remove ContentTypes.hs 2015-02-24 14:08:27 +01:00
Setup.hs first shot at a server package 2014-12-10 16:10:57 +01:00

servant-server

Build Status Coverage Status

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