Popularity
8.7
Declining
Activity
0.0
Stable
50
20
1

Monthly Downloads: 9
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web     Servant    

servant-response alternatives and similar packages

Based on the "servant" category.
Alternatively, view servant-response alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of servant-response or a related project?

Add another 'servant' Package

README

servant

Build Status

servant

These libraries provides a family of combinators to define webservices and automatically generate the documentation and client-side querying functions for each endpoint.

In order to minimize the dependencies depending on your needs, we provide these features under different packages.

  • servant, which contains everything you need to declare a webservice and implement an HTTP server with handlers for each endpoint.
  • servant-client, which lets you derive automatically Haskell functions that let you query each endpoint of a servant webservice.
  • servant-docs, which lets you generate API docs for your webservice.
  • servant-jquery, which lets you derive Javascript functions (based on jquery) to query your API's endpoints, in the same spirit as servant-client.

Haddocks

We try to maintain up-to-date docs: