Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- readCookieJarFile :: FilePath -> IO CookieJar
- writeCookieJarFile :: CookieJarHeader -> FilePath -> CookieJar -> IO ()
- data CookieJarHeader
Documentation
writeCookieJarFile :: CookieJarHeader -> FilePath -> CookieJar -> IO () Source #
data CookieJarHeader Source #
Specify what header, if any, to print at the top of the cookie jar
Some other parsers (like Perl's) require the header to be present