| Safe Haskell | None |
|---|
Snap.Predicates
- data Accept = Accept ByteString
- data AcceptJson = AcceptJson
- data AcceptThrift = AcceptThrift
- data Param = Param ByteString
Documentation
Constructors
| Accept ByteString |
data AcceptJson Source
A Predicate which is true only for Accept: application/json.
Constructors
| AcceptJson |
Instances
data AcceptThrift Source
A Predicate which is true only for Accept: application/x-thrift.
Constructors
| AcceptThrift |
Instances