No description
Find a file
Sönke Hahn 8bf81190b2 add one more auth test
just to clarify on how to use it properly
2016-04-07 19:10:11 +08:00
doc
scripts
servant version bump 2016-04-07 18:24:29 +08:00
servant-blaze
servant-cassava
servant-client version bump 2016-04-07 18:24:29 +08:00
servant-docs
servant-foreign
servant-js
servant-lucid
servant-mock
servant-server add one more auth test 2016-04-07 19:10:11 +08:00
.gitignore
.stylish-haskell.yaml
.travis.yml
CONTRIBUTING.md
HLint.hs
README.md First pass at CONTRIBUTING 2016-01-07 00:53:17 +01:00
servant.png
sources.txt
stack-ghc-7.8.4.yaml
stack.yaml
travis.sh

servant - A Type-Level Web DSL

servant

Getting Started

We have a tutorial that introduces the core features of servant. After this article, you should be able to write your first servant webservices, learning the rest from the haddocks' examples.

Other blog posts, videos and slides can be found on the website.

If you need help, drop by the IRC channel (#servant on freenode) or mailing list.

Contributing

See CONTRIBUTING.md