Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
CookieSourceA standard header type used in many web frameworks like Httpaf and Cohttp
parses "Cookie: foo=bar" into ("Cookie", "foo=bar")
expires describes when a cookie will expire.
`Session - nothing will be set`MaxAge - Max-Age will be set with the number`Date - Expires will be set with a dateThe cookie type is a tuple of (name, value)