wai-request-spec-0.10.2.0: Declarative request parsing

CopyrightAlej Cabrera 2015
LicenseBSD-3
Maintainercpp.cabrera@gmail.com
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Network.Wai.RequestSpec.Class

Description

A typeclass for constructing data types from an environment. For more details on environments, see Network.Wai.RequestSpec.Internal.Env.

Synopsis

Documentation

class FromEnv a where Source

Allows for the parsing of a data type a from an Env

Methods

fromEnv :: Env -> P a Source