yam-web-0.3.1: Yam Web

Safe HaskellNone
LanguageHaskell2010

Yam.Web

Documentation

type API api = HasServer api '[Vault] Source #

type API' api = (Proxy api, Server api) Source #

mkServe :: API api => Vault -> [Middleware] -> Proxy api -> ServerT api App -> Application Source #

mkServe' :: (API api, API api') => (API' api -> API' api') -> Vault -> [Middleware] -> Proxy api -> ServerT api App -> Application Source #