Popularity
3.2
Growing
Activity
0.0
Stable
1
3
1

Monthly Downloads: 2
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web    
Latest version: v0.1.0.0

cookies alternatives and similar packages

Based on the "Web" category.
Alternatively, view cookies alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of cookies or a related project?

Add another 'Web' Package

README

Cookies

Wherein our hero wishes to have convenience methods for creating browser cookies.

Two functions are defined for the convenience of users. They include

encodeCookie :: (a -> ByteString) -> Cookie a -> TL.Builder
decodeCookie :: (Text -> Either Text a) -> Text -> Either Text (Cookie a)