wai-routing-0.1: Declarative routing for WAI.

Safe HaskellNone

Network.Wai.Routing.Request

Description

A wrapped WAI Request which holds additional data of interest only to Predicate authors.

Synopsis

Documentation

data GetRequest a Source

A Predicate which just returns the WAI Request. By including this predicate, handlers have easy access to the complete request.

Constructors

GetRequest 

Instances