aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/cookie_test.go
AgeCommit message (Expand)Author
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