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

Safe HaskellNone
LanguageHaskell2010

JmlSvc.Web

Synopsis

Documentation

data Config Source #

Generic Warp configuration.

Constructors

Config 

Fields

Instances

flags :: Parser Config Source #

Command-line flags for generating Config.

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

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