Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Web.Hyperbole.Data.Cookie
Documentation
Instances
newtype CookieValue Source #
Constructors
CookieValue ByteString |
Instances
Show CookieValue Source # | |
Defined in Web.Hyperbole.Data.Cookie Methods showsPrec :: Int -> CookieValue -> ShowS # show :: CookieValue -> String # showList :: [CookieValue] -> ShowS # | |
Eq CookieValue Source # | |
Defined in Web.Hyperbole.Data.Cookie |
parse :: [(ByteString, ByteString)] -> Either String Cookies Source #
parseValue :: ByteString -> ByteString -> Either String Cookie Source #