servant

A family of combinators for defining webservices APIs

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

Version on this page:0.4.3.1@rev:1
LTS Haskell 22.18:0.20.1@rev:2
Stackage Nightly 2024-04-25:0.20.1@rev:2
Latest on Hackage:0.20.1@rev:2

See all snapshots servant 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-0.4.3.1@sha256:21498f3007e3df066dd0c67c3b29b3be2b2753308e27c8d258a4744cf467a4c7,3546

A family of combinators for defining webservices APIs and serving them

You can learn about the basics in the tutorial.

Here's a runnable example, with comments, that defines a dummy API and implements a webserver that serves this API, using the servant-server package.

CHANGELOG