summaryrefslogtreecommitdiff
path: root/src/net/http/cookie_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-1/+1
* net/http: add Cookie.Valid methodJohn Kelly2021-10-061-0/+25
* net/http: make SameSiteDefaultMode behavior match the specificationRoberto Clapis2020-10-081-1/+10
* net/http: add support for SameSite=NoneVivek Sekhar2019-05-061-0/+13
* net/http: remove unnecessary string replace operation in Cookie.Stringbronze1man2019-04-151-0/+16
* net/http: add corner cases for readCookiesTestssergey2019-03-051-0/+13
* net/http: add support for SameSite option in http.CookieStephan Renatus2018-07-091-0/+39
* net/http: send more cookie values in double quotesVolker Dobler2017-05-221-3/+6
* net/http: fix cookie Expires minimum year to 1601 instead of Epoch year 1970Josh Chorlton2016-10-281-0/+9
* net/http: optimize internal cookie functionsCyrill Schumacher2016-10-121-0/+89
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* net/http: harden, document func SetCookie and type CookieBrad Fitzpatrick2015-06-301-0/+12
* net/http: the Set-Cookie Expiration time zone should be GMT, not UTCBrad Fitzpatrick2015-06-041-0/+4
* net/http: use t.Fatalf rather than t.Fatal in cookie_test.goGuobiao Mei2014-12-271-1/+1
* net/http: allow double-quotes only on cookie values, not cookieNigel Tao2014-09-251-0/+32
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+380