servant/servant-server
Brandon Martin 050aa21b9d Response with Head to all Get requests
Signed-off-by: Brandon Martin <zmbmartin@gmail.com>
2015-08-01 07:58:56 -06:00
..
example Fix outdated docs 2015-05-29 10:59:24 +02:00
src Response with Head to all Get requests 2015-08-01 07:58:56 -06:00
test Response with Head to all Get requests 2015-08-01 07:58:56 -06:00
CHANGELOG.md add HttpVersion, IsSecure, RemoteHost and Vault combinators with instances for all interpretations (all but the server ones being 'ignore that combinator') 2015-07-10 14:00:01 +02:00
default.nix convenience scripts and nix updates 2015-07-30 08:09:29 -06: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 Merge pull request #165 from haskell-servant/jkarni/bump-warp 2015-07-30 10:44:35 +02:00
Setup.hs Prepare merge 2015-04-20 11:13:18 +02:00
shell.nix convenience scripts and nix updates 2015-07-30 08:09:29 -06: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