servant-server

A family of combinators for defining webservices APIs and serving them

http://haskell-servant.github.io/

Version on this page:0.4.4.1
LTS Haskell 22.18:0.20@rev:4
Stackage Nightly 2024-04-22:0.20@rev:4
Latest on Hackage:0.20@rev:4

See all snapshots servant-server appears in

BSD-3-Clause licensed by Alp Mestanogullari, Sönke Hahn, Julian K. Arni
Maintained by [email protected]
This version can be pinned in stack with:servant-server-0.4.4.1@sha256:95fcc0ca11fbc84a6b2b3af919e0f244d05110b158c0cf64c67294f251cb19e2,3586

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

Changes

0.4.1

  • Bump attoparsec upper bound to < 0.14
  • Bump wai-app-static upper bound to < 3.2
  • Bump either upper bound to < 4.5

0.4

0.2.4

0.2.3