Safe Haskell | None |
---|---|
Language | Haskell2010 |
Attoparsec Parser
for a cookie jar, and convenience function to run it |
Synopsis
Documentation
cookieJarParser :: Parser CookieJar Source #
Parser a cookie jar in the Netscape/Mozilla format
parseCookieJar :: ByteString -> Either String CookieJar Source #
Parse a cookie jar in the Netscape/Mozilla format