frame-0.1: A simple web framework.

Frame.Data

Synopsis

Documentation

data Data Source

A collection of views which can be streamed to the client by the server

Constructors

View GUI

A full view

ViewPart [Container]

A partial view

File ByteString

A file

Error404

File not found, 404 HTTP response

Redirect URL

Redirection

Instances