.. | ||
example | ||
src | ||
test | ||
CHANGELOG.md | ||
default.nix | ||
LICENSE | ||
README.md | ||
servant-server.cabal | ||
Setup.hs |
servant-server
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
- The core servant package - docs
- Implementing an HTTP server for a webservice API with servant-server - docs
- (Haskell) client-side function generation with servant-client - docs
- (Javascript) client-side function generation with servant-jquery - docs
- API docs generation with servant-docs - docs