Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.3 KB

README.md

File metadata and controls

18 lines (11 loc) · 1.3 KB

servant-server

Build Status

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