Changelog for wai-predicates-0.3.1
0.3.1
- Add
fromVault
predicate andHasVault
type-class.
0.3
- Change
header
,hasHeader
andlookupHeader
to useHeaderName
instead ofByteString
for the lookup key.
0.2.1
- Update WAI version bounds to include 2.1
0.2
- Rename
getRequest
predicate torequest
andrequest
method ofHasRequest
togetRequest
. - Add
MonadTrans
andMonadIO
instance declarations forResultT
and some helper functions.
0.1
- Initial release.