| Safe Haskell | None |
|---|
MFlow.Cookies
Documentation
type CookieT = (ByteString, ByteString, ByteString, Maybe ByteString)Source
Constructors
| UnEncryptedCookie CookieT | |
| EncryptedCookie CookieT | |
| ParanoidCookie CookieT |
cookieHeaders :: IsString t => [Cookie] -> [(t, ByteString)]Source
getCookies :: (Eq a, IsString a) => [(a, ByteString)] -> [(ByteString, ByteString)]Source
encryptCookie :: CookieT -> IO CookieSource
decryptCookie :: Cookie -> IO CookieSource