index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
/
http
/
cookie_test.go
Age
Commit message (
Expand
)
Author
2026-02-04
net/http: use SplitSeq in ParseCookie
Carlo Alberto Ferraris
2025-10-07
net/http: add httpcookiemaxnum GODEBUG option to limit number of cookies parsed
Nicholas Husin
2025-09-04
net/http: fix cookie value of "" being interpreted as empty string.
Nicholas S. Husin
2024-05-22
net/http: add partitioned attribute to cookie type
islishude
2024-04-25
net/http: improve continue statements for tests
Jes Cok
2024-04-22
net/http: correct error messages for TestParseSetCookie
Jes Cok
2024-04-19
net/http: add field Cookie.Quoted bool
Nuno Gonçalves
2024-04-18
net/http: add case for TestParseSetCookie
Jes Cok
2024-04-17
net/http: add ParseCookie, ParseSetCookie
Jes Cok
2022-09-07
net/http: use strings.Builder
cuiweixie
2022-08-15
net/http: allow zero-valued Expires in Cookie.Valid
Amit Saha
2022-08-12
net/http: trim cookie names
darmiel
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-06
net/http: add Cookie.Valid method
John Kelly
2020-10-08
net/http: make SameSiteDefaultMode behavior match the specification
Roberto Clapis
2019-05-06
net/http: add support for SameSite=None
Vivek Sekhar
2019-04-15
net/http: remove unnecessary string replace operation in Cookie.String
bronze1man
2019-03-05
net/http: add corner cases for readCookiesTests
sergey
2018-07-09
net/http: add support for SameSite option in http.Cookie
Stephan Renatus
2017-05-22
net/http: send more cookie values in double quotes
Volker Dobler
2016-10-28
net/http: fix cookie Expires minimum year to 1601 instead of Epoch year 1970
Josh Chorlton
2016-10-12
net/http: optimize internal cookie functions
Cyrill Schumacher
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-06-30
net/http: harden, document func SetCookie and type Cookie
Brad Fitzpatrick
2015-06-04
net/http: the Set-Cookie Expiration time zone should be GMT, not UTC
Brad Fitzpatrick
2014-12-27
net/http: use t.Fatalf rather than t.Fatal in cookie_test.go
Guobiao Mei
2014-09-25
net/http: allow double-quotes only on cookie values, not cookie
Nigel Tao
2014-09-08
build: move package sources from src/pkg to src
Russ Cox