Cookbook ======== This page is a *collective effort* whose goal is to show how to solve many common problems with servant. If you're interested in contributing examples of your own, feel free to open an issue or a pull request on `our github repository `_ or even to just get in touch with us on the **#servant** IRC channel on freenode or on `the mailing list `_. The scope is very wide. Simple and fancy authentication schemes, file upload, type-safe links, working with CSV, .zip archives, you name it! .. toctree:: :maxdepth: 1 basic-auth/BasicAuth.lhs db-sqlite-simple/DBConnection.lhs