aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/cookie_test.go
AgeCommit message (Expand)Author
2026-02-04net/http: use SplitSeq in ParseCookieCarlo Alberto Ferraris
2025-10-07net/http: add httpcookiemaxnum GODEBUG option to limit number of cookies parsedNicholas Husin
2025-09-04net/http: fix cookie value of "" being interpreted as empty string.Nicholas S. Husin
2024-05-22net/http: add partitioned attribute to cookie typeislishude
2024-04-25net/http: improve continue statements for testsJes Cok
2024-04-22net/http: correct error messages for TestParseSetCookieJes Cok
2024-04-19net/http: add field Cookie.Quoted boolNuno Gonçalves
2024-04-18net/http: add case for TestParseSetCookieJes Cok
2024-04-17net/http: add ParseCookie, ParseSetCookieJes Cok
2022-09-07net/http: use strings.Buildercuiweixie
2022-08-15net/http: allow zero-valued Expires in Cookie.ValidAmit Saha
2022-08-12net/http: trim cookie namesdarmiel
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-06net/http: add Cookie.Valid methodJohn Kelly
2020-10-08net/http: make SameSiteDefaultMode behavior match the specificationRoberto Clapis
2019-05-06net/http: add support for SameSite=NoneVivek Sekhar
2019-04-15net/http: remove unnecessary string replace operation in Cookie.Stringbronze1man
2019-03-05net/http: add corner cases for readCookiesTestssergey
2018-07-09net/http: add support for SameSite option in http.CookieStephan Renatus
2017-05-22net/http: send more cookie values in double quotesVolker Dobler
2016-10-28net/http: fix cookie Expires minimum year to 1601 instead of Epoch year 1970Josh Chorlton
2016-10-12net/http: optimize internal cookie functionsCyrill Schumacher
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-06-30net/http: harden, document func SetCookie and type CookieBrad Fitzpatrick
2015-06-04net/http: the Set-Cookie Expiration time zone should be GMT, not UTCBrad Fitzpatrick
2014-12-27net/http: use t.Fatalf rather than t.Fatal in cookie_test.goGuobiao Mei
2014-09-25net/http: allow double-quotes only on cookie values, not cookieNigel Tao
2014-09-08build: move package sources from src/pkg to srcRuss Cox