| Safe Haskell | None |
|---|---|
| Language | GHC2024 |
Okapi.HTTP.Response.Attributes
Documentation
data Attributes a Source #
Instances
| HasLeaf Attributes ByteString Source # | |
Defined in Okapi.HTTP.Response.Attributes Methods | |
| HasLeaf Attributes Integer Source # | |
Defined in Okapi.HTTP.Response.Attributes | |
| HasLeaf Attributes Int Source # | |
Defined in Okapi.HTTP.Response.Attributes | |
| type Context Attributes Source # | |
Defined in Okapi.HTTP.Response.Attributes | |
| type Failure Attributes Source # | |
Defined in Okapi.HTTP.Response.Attributes | |
| type Piece Attributes Source # | |
Defined in Okapi.HTTP.Response.Attributes | |
parser :: Tree Attributes i o -> Parser Attributes o Source #
printer :: Tree Attributes i o -> Printer Attributes i Source #
attribute :: ByteString -> Leaf Attributes a -> Tree Attributes a a Source #
attribute' :: ByteString -> Leaf Attributes a -> Tree Attributes (Maybe a) (Maybe a) Source #
flag :: ByteString -> Tree Attributes () () Source #
flag' :: ByteString -> Tree Attributes Bool Bool Source #
secure :: Tree Attributes () () Source #
httpOnly :: Tree Attributes () () Source #