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
/
http.go
Age
Commit message (
Expand
)
Author
4 days
net/http: add support for running HTTP tests against HTTP/3
Nicholas S. Husin
2026-03-12
net/http: use net/http/internal/http2 rather than h2_bundle.go
Damien Neil
2026-03-04
net/http: add basic unexported pluggable HTTP/3 support
Nicholas S. Husin
2026-02-06
net/http: remove hasPort and simplify logic
Jorropo
2026-01-23
all: update vendored dependencies
Nicholas S. Husin
2025-11-13
net/http: remove unused isLitOrSingle and isNotToken
1911860538
2025-09-26
net/http: add HTTP2Config.StrictMaxConcurrentRequests
Damien Neil
2025-03-04
net/http: speed up cookie and method validation
Julien Cretel
2025-02-13
net/http, net/http/internal/httpcommon: add httpcommon package
Damien Neil
2024-12-11
net/http: document zero value of Protocols
Damien Neil
2024-11-21
net/http: add support for unencrypted HTTP/2
Damien Neil
2024-11-05
net/http: add Protocols field to Server and Transport
Damien Neil
2024-08-29
net/http: add HTTP2Config
Damien Neil
2024-01-10
net: add available godoc link
cui fliter
2023-02-27
net/http: reduce calls to append in hexEscapeNonASCII to gain a slight perfor...
Andy Pan
2021-05-10
net/http: switch HTTP1 to ASCII equivalents of string functions
Roberto Clapis
2020-05-01
net/http: remove badStringError, make some unexported structs non-comparable
Brad Fitzpatrick
2019-11-04
net/http: support disabling built-in HTTP/2 with a new build tag
Brad Fitzpatrick
2019-04-16
all: s/cancelation/cancellation/
Josh Bleecher Snyder
2019-03-11
all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'
Bryan C. Mills
2019-01-29
net/url, net/http: relax CTL-in-URL validation to only ASCII CTLs
Brad Fitzpatrick
2019-01-23
net/url, net/http: reject control characters in URLs
Brad Fitzpatrick
2018-11-29
vendor/golang_org/x: move to internal/x
Bryan C. Mills
2018-10-03
net/http: explain more how Pusher.Push works
Eduard Urbach
2018-05-07
vendor, net/http: update x/net for httplex to httpguts merge
Brad Fitzpatrick
2017-10-05
all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"
Marvin Stenger
2017-09-27
all: prefer strings.LastIndexByte over strings.LastIndex
Marvin Stenger
2017-03-29
net, net/http: adjust time-in-past constant even earlier
Brad Fitzpatrick
2016-10-25
net/http: add an interface for server push
Tom Bergan
2016-10-22
net/http: add NoBody, don't return nil from NewRequest on zero bodies
Brad Fitzpatrick
2016-10-21
net/http: make Redirect escape non-ASCII in Location header
Brad Fitzpatrick
2016-10-18
net/http: make Server Handler's Request.Context be done on conn errors
Brad Fitzpatrick
2016-09-27
net/http: add more IDNA2008 tests and fix some omissions
Brad Fitzpatrick
2016-07-13
all: rename vendored golang.org/x/net packages to golang_org
Brad Fitzpatrick
2016-05-19
net/http: update bundled http2
Brad Fitzpatrick
2016-04-16
net/http: normalize empty port in URL.Host's ":port"
Emmanuel Odeke
2016-04-11
net/http: add ServerContextKey to let a handler access its Server
Brad Fitzpatrick
2016-04-01
net/http: limit Transport's reading of response header bytes from servers
Brad Fitzpatrick