<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml"><head><metahttp-equiv="Content-Type"content="text/html; charset=UTF-8"/><title>Servant</title><linkhref="ocean.css"rel="stylesheet"type="text/css"title="Ocean"/><scriptsrc="haddock-util.js"type="text/javascript"></script><scripttype="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();setSynopsis("mini_Servant.html");};
</script></head><body><divid="package-header"><ulclass="links"id="page-menu"><li><ahref="src/Servant.html">Source</a></li><li><ahref="index.html">Contents</a></li><li><ahref="doc-index.html">Index</a></li></ul><pclass="caption">servant-0.2: A family of combinators for defining webservices APIs and serving them</p></div><divid="content"><divid="module-header"><tableclass="info"><tr><th>Safe Haskell</th><td>None</td></tr><tr><th>Language</th><td>Haskell2010</td></tr></table><pclass="caption">Servant</p></div><divid="synopsis"><pid="control.syn"class="caption expander"onclick="toggleSection('syn')">Synopsis</p><ulid="section.syn"class="hide"onclick="toggleSection('syn')"><liclass="src short">module <ahref="Servant-API.html">Servant.API</a></li><liclass="src short">module <ahref="Servant-Server.html">Servant.Server</a></li><liclass="src short">module <ahref="Servant-Common-Text.html">Servant.Common.Text</a></li><liclass="src short">module <ahref="Servant-QQ.html">Servant.QQ</a></li><liclass="src short">module <ahref="Servant-Utils-Links.html">Servant.Utils.Links</a></li><liclass="src short">module <ahref="Servant-Utils-StaticFiles.html">Servant.Utils.StaticFiles</a></li><liclass="src short"><spanclass="keyword">data</span><ahref="#t:Proxy">Proxy</a> t :: k -> * = <ahref="#v:Proxy">Proxy</a></li></ul></div><divid="interface"><h1>Documentation</h1><divclass="doc"><p>This module and its submodules can be used to define servant APIs. Note