Versions in this module Expand all Collapse all v0 v0.1.0 Dec 17, 2017 Changes in this version + type Cookie struct + Creation time.Time + Domain string + Expires time.Time + HttpOnly bool + Name string + Path string + Secure bool + Value string + func ReadChromeCookies(filename string, domainFilter string, nameFilter string, expireAfter time.Time) ([]*Cookie, error) + func ReadSafariCookies(filename string, domainFilter string, nameFilter string, expireAfter time.Time) ([]*Cookie, error) + func (c Cookie) HttpCookie() http.Cookie