Versions in this module Expand all Collapse all v3 v3.46.0 Jun 16, 2025 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