@hackage / servant-server

A family of combinators for defining webservices APIs and serving them

Latest0.20.3.0

About

Metadata

  • Last updated , by hecate
  • License BSD-3-Clause
  • Categories Web Development
  • Maintained by: haskell-servant-maintainers@googlegroups.com

  • Lottery factor: 7

Links

Installation

Tested Compilers

  1. 9.12.1
  2. 9.10.1
  3. 9.8.4
  4. 9.6.6
  5. 9.4.8
  6. 9.2.8

Readme

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.

Getting started

We've written a tutorial 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.