Safe Haskell | None |
---|---|
Language | Haskell98 |
MFlow.Cookies
Documentation
type CookieT = (ByteString, ByteString, ByteString, Maybe ByteString) #
Constructors
UnEncryptedCookie CookieT | |
EncryptedCookie CookieT | |
ParanoidCookie CookieT |
contentHtml :: (ByteString, ByteString) #
cookieuser :: String #
cookieHeaders :: IsString t => [Cookie] -> [(t, ByteString)] #
getCookies :: (IsString a, Eq a) => [(a, ByteString)] -> [(ByteString, ByteString)] #
paranoidEncryptCookie :: CookieT -> IO Cookie #
paranoidDecryptCookie :: CookieT -> IO Cookie #
encryptCookie :: CookieT -> IO Cookie #
decryptCookie :: Cookie -> IO Cookie #