Popularity
8.7
Stable
Activity
0.0
Stable
50
20
1
Monthly Downloads: 7
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
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.
-
servant
Servant is a Haskell DSL for describing, serving, querying, mocking, documenting web applications and more! -
servant-generate
Generate default implementations for servers in a flexible way (a.k.a servant-mock on steroids)
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
Promo
www.nutrient.io

Do you think we are missing an alternative of servant-response or a related project?
README
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 asservant-client
.
Haddocks
We try to maintain up-to-date docs: