frame-0.1: A simple web framework.

Frame.Server

Synopsis

Documentation

serverSource

Arguments

:: Router

The router to run

-> Config

The configuration

-> Validators

The validators to check fields against

-> IO ()

The server action

Start Frame using FastCGI

testServerSource

Arguments

:: Router

The router to run

-> Config

The configuration

-> Validators

The validators to check fields against

-> IO ()

The server action

Start a test server