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
/
client.go
Age
Commit message (
Expand
)
Author
2026-03-12
net/http: use net/http/internal/http2 rather than h2_bundle.go
Damien Neil
2026-02-03
net/http: prevent blocking when draining response body after it has been closed
Nicholas S. Husin
2025-10-10
net/http: strip request body headers on POST to GET redirects
Sean Liao
2025-10-10
net/http: set cookie host to Request.Host when available
Sean Liao
2025-06-05
net/http: strip sensitive proxy headers from redirect requests
Neal Patel
2025-05-20
net/http: upon http redirect, copy Request.GetBody in new request
Marc-Antoine Ruel
2025-04-07
net/http: add link to types
abemotion
2025-01-16
net/http: persist header stripping across repeated redirects
Damien Neil
2024-11-06
net/http: 308 redirects should use the previous hop's body
Damien Neil
2024-09-26
net/http: use sync.OnceFunc, sync.OnceValue
apocelipes
2024-03-26
net/http: panic early in do when Client is nil
Kevin Burke
2024-03-21
net/http: use slices to simplify the code
apocelipes
2024-03-05
net/http, net/http/cookiejar: avoid subdomain matches on IPv6 zones
Damien Neil
2024-02-28
net/http: make timeout errors match context.DeadlineExceeded
Damien Neil
2024-01-26
Revert "net/http: wrap client errors"
Cherry Mui
2024-01-25
net/http: wrap client errors
kayos@tcp.direct
2024-01-10
net: add available godoc link
cui fliter
2023-09-13
net/http: use new Go Doc list syntax
Abhinav Gupta
2023-08-25
net/http: document when request bodies are closed in more places
Damien Neil
2023-04-07
net/http: expose "http: server gave HTTP response to HTTPS client" error
Akihiro Suda
2023-03-24
net/http: continue using referer header if it's present
Paschalis Tsilias
2023-01-26
net/http: keep sensitive headers on redirects to the same host
Gustavo Falco
2022-11-18
all: add missing periods in comments
cui fliter
2022-11-08
net/http: remove redundant code
tk
2022-08-12
all: replace hand-rolled atomicBool types with atomic.Bool
Ludi Rehak
2022-07-21
net/http: remove accidental heading in Head documentation
Dmitri Shuralyov
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2022-04-01
all: fix various doc comment formatting nits
Russ Cox
2022-03-31
net/http: handle 3xx responses with no Location
Damien Neil
2021-11-12
net/http: do not cancel request context on response body read
Damien Neil
2021-07-16
net/http: correct capitalization in cancelTimeBody comment
shota3506
2021-05-27
net/http: correct Client.Do doc about context cancelation
Manlio Perillo
2021-05-10
net/http: switch HTTP1 to ASCII equivalents of string functions
Roberto Clapis
2021-03-19
net/http: mention NewRequestWithContext+Client.Do for custom contexts
Emmanuel T Odeke
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-08-18
all: fix spelling mistakes
lihaowei
2020-03-31
net/http: treat a nil Body from a custom RoundTripper as an empty one
Bryan C. Mills
2020-03-22
net/http: remove period at end of error message
d-tsuji
2020-03-02
net/http: verify RoundTripper invariants in the send function
Bryan C. Mills
2020-01-29
net/http: don't treat an alternate protocol as a known round tripper
Ian Lance Taylor
2019-10-14
net/http: fix and lock-in Client.Do docs on request cancelation
Emmanuel T Odeke
2019-10-14
net/http: fix Transport panic with nil Request.Header
Emmanuel T Odeke
2019-09-25
net/http: propagate Client.Timeout down into Request's context deadline
Brad Fitzpatrick
2019-05-03
net/http: strip escaped password from error
Thanabodee Charoenpiriyakij
2019-04-24
net/http: export Header.Clone, reduce its allocations, use it everywhere
Brad Fitzpatrick
2019-04-16
all: s/cancelation/cancellation/
Josh Bleecher Snyder
2019-01-18
net/http: clarify Transport connection reuse docs a bit
Brad Fitzpatrick
2018-09-23
net/http: use Header.clone rather then duplicating functionality
Vladimir Varankin
2018-08-20
net/http: add Client.CloseIdleConnections
Brad Fitzpatrick
[next]