2016-02-18 17:02:11 +01:00
|
|
|
|
servant – A Type-Level Web DSL
|
|
|
|
|
==============================
|
|
|
|
|
|
|
|
|
|
.. image:: https://raw.githubusercontent.com/haskell-servant/servant/master/servant.png
|
2016-01-18 12:45:25 +01:00
|
|
|
|
|
2016-02-18 18:13:43 +01:00
|
|
|
|
``servant`` is a set of packages for writing web applications and tools around them.
|
|
|
|
|
It allows to
|
|
|
|
|
|
|
|
|
|
- write servers,
|
|
|
|
|
- obtain clients (in haskell),
|
|
|
|
|
- generate client functions for other programming languages and
|
|
|
|
|
- generate documentation for your web applications.
|
|
|
|
|
|
|
|
|
|
All in a type-safe manner.
|
2016-01-18 12:45:25 +01:00
|
|
|
|
|
|
|
|
|
.. toctree::
|
2016-02-18 17:02:11 +01:00
|
|
|
|
:maxdepth: 2
|
2016-01-18 12:45:25 +01:00
|
|
|
|
|
2016-02-18 17:02:11 +01:00
|
|
|
|
introduction.rst
|
|
|
|
|
tutorial/index.rst
|
|
|
|
|
links.rst
|