| Copyright | (c) 2020-2021 Tim Emiola |
|---|---|
| License | BSD3 |
| Maintainer | Tim Emiola <adetokunbo@users.noreply.github.com> |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
TmpProc.Example2.Server
Contents
Description
Implements a demo service.
Server implementation
An application-level environment suitable for storing in a Reader.
Constructors
| AppEnv | |
Fields
| |
waiApp :: AppEnv -> Application Source #
An Application that runs the server using the given DB and Cache.