| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Cookie
Documentation
Constructors
| Cookie | |
Fields
| |
data CookieContent a Source #
Constructors
| CookieContent | |
Fields
| |
Instances
| Functor CookieContent Source # | |
| Foldable CookieContent Source # | |
| Traversable CookieContent Source # | |
| Eq a => Eq (CookieContent a) Source # | |
| Ord a => Ord (CookieContent a) Source # | |
| Show a => Show (CookieContent a) Source # | |
Constructors
| SameSiteLax | |
| SameSiteStrict |
defaultCookie :: CookieContent a -> Cookie a Source #
encodeCookie :: (a -> ByteString) -> Cookie a -> Builder Source #