Go to file
2015-02-19 23:02:29 +01:00
example first shot at a server package 2014-12-10 16:10:57 +01:00
src Add PATCH method 2015-02-10 11:33:41 +11:00
test Add RouteMismatch constructor for arbitrary HTTP response code 2015-01-30 11:36:01 +11: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 Added changelog text 2015-01-15 12:14:11 +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 Merge pull request #17 from haskell-servant/fix_1 2015-01-16 13:03:57 +08: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