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
Age
Commit message (
Expand
)
Author
2025-08-23
net/http/httptest: redirect example.com requests to server
Sean Liao
2025-08-13
all: update vendored dependencies [generated]
Dmitri Shuralyov
2025-08-12
net/http: fix data race in client
Brad Fitzpatrick
2025-08-11
net/http: add example for CrossOriginProtection
Bracken Dawson
2025-08-08
all: update blog link
jiahua wang
2025-07-28
net/http: add proper panic message
yazdan
2025-06-27
net/http: fix RoundTrip context cancellation for js/wasm
Andy Nitschke
2025-06-24
net/http: reduce allocs in CrossOriginProtection.Check
Julien Cretel
2025-06-10
net/http: make the zero value of CrossOriginProtection work
Austin Clements
2025-06-06
all: update vendored dependencies [generated]
Carlos Amedee
2025-06-05
net/http: strip sensitive proxy headers from redirect requests
Neal Patel
2025-05-23
net/http: document that ServeMux.Handler can also synthetize a 405
Filippo Valsorda
2025-05-21
net/http: use synctest.Test rather than Run
Damien Neil
2025-05-21
net/http: add CrossOriginProtection
Filippo Valsorda
2025-05-20
net/http: upon http redirect, copy Request.GetBody in new request
Marc-Antoine Ruel
2025-05-19
net/http: clarify ServeMux.Handler behavior
Jonathan Amsterdam
2025-05-19
net/http: fix ServeMux.Handler on trailing-slash redirect
Jonathan Amsterdam
2025-05-12
net/http: add missing ServeTLS on the comment of http.Server.Shutdown
t-katsumura
2025-04-23
cmd/vendor: update x/tools and x/text
Alan Donovan
2025-04-22
net/http: replace map lookup with switch for scheme port
1911860538
2025-04-16
net/http: add test for proxyAuth
zxc111
2025-04-16
net/http: set Request.TLS when net.Conn implements ConnectionState
Weidi Deng
2025-04-15
net/http: test intended behavior in TestClientInsecureTransport
Damien Neil
2025-04-09
net/http: initialize Value with File length in cloneMultipartForm
1911860538
2025-04-09
net/http: reduce memory usage when hijacking
Jakob Ackermann
2025-04-08
net/http: push roundTrip panic higher in the stack
Neal Patel
2025-04-07
net/http: add link to types
abemotion
2025-03-20
net/http/httputil: document ReverseProxy removal of response headers
Sean Liao
2025-03-19
net/http/httputil: don't call WriteHeader after Hijack
Damien Neil
2025-03-18
net/http/httputil: document ProxyRequest.SetURL limitations
Sean Liao
2025-03-18
net/http: add onClose hook to fake net listener
Damien Neil
2025-03-11
net/http: document Redirect behavior for non-ASCII characters
Ian Lance Taylor
2025-03-10
net/http/httputil: close hijacked connections when CloseWrite not available
Damien Neil
2025-03-05
net/http: make http.FileServer return 404 when a path is invalid/unsafe
Grégoire Lodi
2025-03-04
net/http: don't modify caller's tls.Config.NextProtos
Damien Neil
2025-03-04
all: update golang.org/x/net
Junyang Shao
2025-03-04
net/http/httputil: skip new test on Plan 9
Ian Lance Taylor
2025-03-04
net/http: speed up cookie and method validation
Julien Cretel
2025-03-04
net/http: support TCP half-close when HTTP is upgraded in ReverseProxy
Mark Wakefield
2025-03-04
net/http: check server shutting down before processing the request
wineandchord
2025-03-03
net/http: allocate CloseNotifier channel lazily
Jakob Ackermann
2025-02-27
net/http: reject newlines in chunk-size lines
Damien Neil
2025-02-24
net/http: remove unused err parameter from cancel
Harald Nordgren
2025-02-18
all: use a more straightforward return value
cuishuang
2025-02-14
net/http: use runtime.AddCleanup instead of runtime.SetFinalizer
Carlos Amedee
2025-02-14
net/http: unskip TestDisableContentLength/h2
Dmitri Shuralyov
2025-02-13
net/http, net/http/internal/httpcommon: add httpcommon package
Damien Neil
2025-02-12
all: update vendored dependencies [generated]
Dmitri Shuralyov
2025-02-11
net/http/httptest: match net/http ContentLength behavior for http.NoBody
Sean Liao
2025-02-10
net/http: use standard time formatting methods
Tom Thorogood
[prev]
[next]