úÎÒ*     None gData type representing the key-value pair to use for a cookie, as well as configuration options for it.Creating a SetCookie 1 does not export a constructor; instead, use the 1 instance to create one and override values (see  +http://www.yesodweb.com/book/settings-types for details): 8import Web.Cookie :set -XOverloadedStrings let cookie =  {  = "cookieName",  = "cookieValue" } Cookie ConfigurationuCookies have several configuration options; a brief summary of each option is given below. For more information, see  0http://tools.ietf.org/html/rfc6265#section-4.1.2RFC 6265 or  ;https://en.wikipedia.org/wiki/HTTP_cookie#Cookie_attributes Wikipedia.'The name of the cookie. Default value: "name"(The value of the cookie. Default value: "value"AThe URL path for which the cookie should be sent. Default value: NothingH (The browser defaults to the path of the request that sets the cookie).7The time at which to expire the cookie. Default value: NothingL (The browser will default to expiring a cookie when the browser is closed).@The maximum time to keep the cookie, in seconds. Default value: NothingH (The browser defaults to expiring a cookie when the browser is closed).?The domain for which the cookie should be sent. Default value: Nothing. (The browser defaults to the current domain).UMarks the cookie as "HTTP only", i.e. not accessible from Javascript. Default value: False IInstructs the browser to only send the cookie over HTTPS. Default value: False 0Textual cookies. Functions assume UTF8 encoding.CDecode the value of a "Cookie" request header into key/value pairs. Format a  for a cookie. Format a  for a cookie.               !"#$%&cookie-0.4.1.6 Web.Cookiedata-default-class-0.0.1Data.Default.Classdef SetCookie setCookieNamesetCookieValue setCookiePathsetCookieExpiressetCookieMaxAgesetCookieDomainsetCookieHttpOnlysetCookieSecureCookies CookiesTextparseCookiesTextrenderCookiesText parseCookies renderCookiesrenderSetCookieparseSetCookie expiresFormatformatCookieExpiresparseCookieExpiresDefault time-1.4.2Data.Time.Clock.UTCUTCTimeformatCookieMaxAgeData.Time.Clock.ScaleDiffTime parseCookie breakDiscard renderCookieparseCookieMaxAge$fDefaultSetCookie$fNFDataSetCookie