Versions in this module Expand all Collapse all v2 v2.3.1 Jan 29, 2026 Changes in this version + func DelCookie(w http.ResponseWriter, value *Config) + func SetCookie(w http.ResponseWriter, value *Config) + type Config struct + Domain string + Expires time.Time + HttpOnly bool + MaxAge int + Name string + Partitioned bool + Path string + Quoted bool + SameSite http.SameSite + Secure bool + Value string + func (c *Config) Clone() *Config v2.3.0 Dec 9, 2025