wai-request-spec-0.10.2.4: Declarative request parsing

CopyrightAllele Dev 2015
LicenseBSD-3
Maintainerallele.dev@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

Minimal complete definition

fromEnv

Methods

fromEnv :: Env -> P a Source #