Copyright | (c) Justus Adam, 2015 |
---|---|
License | LGPL-3 |
Maintainer | development@justusadam.com |
Stability | experimental |
Portability | POSIX |
Safe Haskell | None |
Language | Haskell2010 |
Uses happstack and blaze to create a deployable service instance of this software.
Documentation
server :: Int -> (ByteString -> ByteString) -> IO ()
app :: (ByteString -> ByteString) -> Application