servant/servant-server/README.md
2015-08-16 11:02:47 +02:00

1.3 KiB

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