jml-web-service-0.1.0: Common utilities for running a web service

Safe HaskellNone
LanguageHaskell2010

JmlSvc

Synopsis

Documentation

data Config Source #

Generic web server configuration.

Instances

flags :: Parser Config Source #

Command-line flags for generating Config.

run :: MonadIO io => Text -> Config -> Application -> io () Source #

Run a web server for app. Blocks until the server is shut down.