cookie-0.1.0: HTTP cookie parsing and rendering

Web.Cookie

Contents

Synopsis

Server to client

Client to server

parseCookies :: Ascii -> CookiesSource

Decode the value of a "Cookie" request header into key/value pairs.

Expires field

formatCookieExpires :: UTCTime -> AsciiSource

Format a UTCTime for a cookie.