hspec-wai-0.10.1: Experimental Hspec support for testing WAI applications
Safe HaskellNone
LanguageHaskell2010

Test.Hspec.Wai.Matcher

Documentation

data MatchHeader Source #

Constructors

MatchHeader ([Header] -> Body -> Maybe String) 

data MatchBody Source #

Constructors

MatchBody ([Header] -> Body -> Maybe String) 

Instances

Instances details
IsString MatchBody Source # 
Instance details

Defined in Test.Hspec.Wai.Matcher

type Body = ByteString Source #

(<:>) :: HeaderName -> ByteString -> MatchHeader Source #