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.go
Age
Commit message (
Expand
)
Author
2025-10-07
[release-branch.go1.25] net/http: add httpcookiemaxnum GODEBUG option to limi...
Nicholas Husin
2025-03-04
net/http: speed up cookie and method validation
Julien Cretel
2024-05-22
net/http: add partitioned attribute to cookie type
islishude
2024-04-19
net/http: add field Cookie.Quoted bool
Nuno Gonçalves
2024-04-17
net/http: add ParseCookie, ParseSetCookie
Jes Cok
2024-01-10
net: add available godoc link
cui fliter
2022-11-18
all: add missing periods in comments
cui fliter
2022-08-15
net/http: allow zero-valued Expires in Cookie.Valid
Amit Saha
2022-08-12
net/http: trim cookie names
darmiel
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-01
all: fix various doc comment formatting nits
Russ Cox
2021-10-06
net/http: add Cookie.Valid method
John Kelly
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2021-05-10
net/http: switch HTTP1 to ASCII equivalents of string functions
Roberto Clapis
2020-10-08
net/http: make SameSiteDefaultMode behavior match the specification
Roberto Clapis
2020-05-06
net/http: use ASCII space trimming throughout
Filippo Valsorda
2019-10-22
net/http: update sanitizeCookieValue description
Brave Cow
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-04-15
net/http: speed up parsing of Cookie headers
sergey
2019-03-25
net/http: reduce allocs on write cookie
sergey
2018-12-02
all: use "reports whether" consistently instead of "returns whether"
Tobias Klauser
2018-11-16
net/http: fix typo in the SameSite docs
mbj36
2018-10-03
net/http: add missing words to SameSite doc/comments
Michael Henderson
2018-08-21
net/http: fix cookie SameSite docs grammar
Alan Braithwaite
2018-07-09
net/http: add support for SameSite option in http.Cookie
Stephan Renatus
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2018-03-26
all: use strings.Builder instead of bytes.Buffer where appropriate
Brad Fitzpatrick
2017-10-05
all: revert "all: prefer strings.IndexByte over strings.Index"
Marvin Stenger
2017-09-25
all: prefer strings.IndexByte over strings.Index
Marvin Stenger
2017-08-10
net/http: remove an unused variable in readCookies function
Joe Kyo
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-02-24
all: fix typos and spelling
Martin Möhrmann
2015-07-11
all: link to https instead of http
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-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