| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Test.Hspec.Wai.Matcher
Documentation
data ResponseMatcher Source #
Constructors
| ResponseMatcher | |
Fields
| |
Instances
data MatchHeader Source #
Constructors
| MatchHeader ([Header] -> Body -> Maybe String) |
type Body = ByteString Source #
(<:>) :: HeaderName -> ByteString -> MatchHeader Source #
bodyEquals :: Body -> MatchBody Source #