Versions in this module Expand all Collapse all v0 v0.0.1 Nov 28, 2024 Changes in this version + func GetCookie(cookies []*http.Cookie, name string) *http.Cookie + func GetStr(cookiesStr, name string) string + func Parse(str string) []*http.Cookie + func SetCookie(cookies []*http.Cookie, name, value string) []*http.Cookie + func SetStr(cookiesStr, name, value string) string + func ToString(cookies []*http.Cookie) string