@hackage servant-server0.4.4.5

A family of combinators for defining webservices APIs and serving them

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