record Cookie : Type.attributes : Cookie -> List (String, Maybe String).key : Cookie -> String.value : Cookie -> String.key : Cookie -> Stringkey : Cookie -> String.value : Cookie -> Stringvalue : Cookie -> String.attributes : Cookie -> List (String, Maybe String)attributes : Cookie -> List (String, Maybe String)record CookieJar : TypeMkCookieJar : List Cookie -> CookieJarsame_key : Cookie -> Cookie -> Bool