aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/client.go
AgeCommit message (Expand)Author
2026-03-12net/http: use net/http/internal/http2 rather than h2_bundle.goDamien Neil
2026-02-03net/http: prevent blocking when draining response body after it has been closedNicholas S. Husin
2025-10-10net/http: strip request body headers on POST to GET redirectsSean Liao
2025-10-10net/http: set cookie host to Request.Host when availableSean Liao
2025-06-05net/http: strip sensitive proxy headers from redirect requestsNeal Patel
2025-05-20net/http: upon http redirect, copy Request.GetBody in new requestMarc-Antoine Ruel
2025-04-07net/http: add link to typesabemotion
2025-01-16net/http: persist header stripping across repeated redirectsDamien Neil
2024-11-06net/http: 308 redirects should use the previous hop's bodyDamien Neil
2024-09-26net/http: use sync.OnceFunc, sync.OnceValueapocelipes
2024-03-26net/http: panic early in do when Client is nilKevin Burke
2024-03-21net/http: use slices to simplify the codeapocelipes
2024-03-05net/http, net/http/cookiejar: avoid subdomain matches on IPv6 zonesDamien Neil
2024-02-28net/http: make timeout errors match context.DeadlineExceededDamien Neil
2024-01-26Revert "net/http: wrap client errors"Cherry Mui
2024-01-25net/http: wrap client errorskayos@tcp.direct
2024-01-10net: add available godoc linkcui fliter
2023-09-13net/http: use new Go Doc list syntaxAbhinav Gupta
2023-08-25net/http: document when request bodies are closed in more placesDamien Neil
2023-04-07net/http: expose "http: server gave HTTP response to HTTPS client" errorAkihiro Suda
2023-03-24net/http: continue using referer header if it's presentPaschalis Tsilias
2023-01-26net/http: keep sensitive headers on redirects to the same hostGustavo Falco
2022-11-18all: add missing periods in commentscui fliter
2022-11-08net/http: remove redundant codetk
2022-08-12all: replace hand-rolled atomicBool types with atomic.BoolLudi Rehak
2022-07-21net/http: remove accidental heading in Head documentationDmitri Shuralyov
2022-04-11all: gofmt main repoRuss Cox
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2022-03-31net/http: handle 3xx responses with no LocationDamien Neil
2021-11-12net/http: do not cancel request context on response body readDamien Neil
2021-07-16net/http: correct capitalization in cancelTimeBody commentshota3506
2021-05-27net/http: correct Client.Do doc about context cancelationManlio Perillo
2021-05-10net/http: switch HTTP1 to ASCII equivalents of string functionsRoberto Clapis
2021-03-19net/http: mention NewRequestWithContext+Client.Do for custom contextsEmmanuel T Odeke
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-08-18all: fix spelling mistakeslihaowei
2020-03-31net/http: treat a nil Body from a custom RoundTripper as an empty oneBryan C. Mills
2020-03-22net/http: remove period at end of error messaged-tsuji
2020-03-02net/http: verify RoundTripper invariants in the send functionBryan C. Mills
2020-01-29net/http: don't treat an alternate protocol as a known round tripperIan Lance Taylor
2019-10-14net/http: fix and lock-in Client.Do docs on request cancelationEmmanuel T Odeke
2019-10-14net/http: fix Transport panic with nil Request.HeaderEmmanuel T Odeke
2019-09-25net/http: propagate Client.Timeout down into Request's context deadlineBrad Fitzpatrick
2019-05-03net/http: strip escaped password from errorThanabodee Charoenpiriyakij
2019-04-24net/http: export Header.Clone, reduce its allocations, use it everywhereBrad Fitzpatrick
2019-04-16all: s/cancelation/cancellation/Josh Bleecher Snyder
2019-01-18net/http: clarify Transport connection reuse docs a bitBrad Fitzpatrick
2018-09-23net/http: use Header.clone rather then duplicating functionalityVladimir Varankin
2018-08-20net/http: add Client.CloseIdleConnectionsBrad Fitzpatrick