hyena-0.1: Simple web application server

Portabilitynot portable, uses cunning newtype deriving
Stabilityexperimental
Maintainerjohan.tibell@gmail.com

Hyena.Server

Description

Core module of the server. Receives HTTP requests, runs the application and sends responses.

Synopsis

Documentation

serve :: Application -> IO ()Source

Forward requests to the given Application forever. Read server configuration from command line flags.

serveWithConfig :: Config -> Application -> IO ()Source

Forward requests to the given Application forever. Use supplied server configuration.