aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/httputil
AgeCommit message (Expand)Author
2025-11-20net/http/httputil: wrap ReverseProxy's outbound request body so Close is a noopNicholas S. Husin
2025-10-02net/http/httputil: deprecate ReverseProxy.DirectorDamien Neil
2025-08-28net/http/httputil: remove redundant pw.Close() call in DumpRequestOut1911860538
2025-03-20net/http/httputil: document ReverseProxy removal of response headersSean Liao
2025-03-19net/http/httputil: don't call WriteHeader after HijackDamien Neil
2025-03-18net/http/httputil: document ProxyRequest.SetURL limitationsSean Liao
2025-03-10net/http/httputil: close hijacked connections when CloseWrite not availableDamien Neil
2025-03-04net/http/httputil: skip new test on Plan 9Ian Lance Taylor
2025-03-04net/http: support TCP half-close when HTTP is upgraded in ReverseProxyMark Wakefield
2025-02-04net: use strings.SplitSeq and bytes.SplitSeqapocelipes
2024-11-18net/http/httputil: return after handling errorSean Liao
2024-08-14net/http/httputil: close res body in testguoguangwu
2024-07-25net: use slices and maps to clean up testsapocelipes
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-02-27net/http/httputil: avoid ReverseProxy data race on 1xx response and errorDamien Neil
2024-01-10net: add available godoc linkcui fliter
2023-07-27all: use built-in clear to clear mapsJes Cok
2023-03-17net/http/httputil: use response controller in reverse proxyShang Ding
2023-02-04net/http/httputil: fix syntax in ReverseProxy example commentEthan Lowman
2022-12-21net/http/httputil: don't add X-Forwarded-{Host,Proto} after invoking Director...Damien Neil
2022-11-22Revert "net/url, net/http/httputil: accept invalid percent encodings"Damien Neil
2022-11-15net/url, net/http/httputil: accept invalid percent encodingsIan Lance Taylor
2022-11-04all: fix function names in commentscui fliter
2022-09-23net/http/httputil: avoid query parameter smugglingDamien Neil
2022-09-16net/http/httputil: remove duplicated code blockDamien Neil
2022-09-14net/http/httputil: forward 1xx responses in ReverseProxyKévin Dunglas
2022-09-06net/http/httputil: use strings.Buildercuiweixie
2022-08-23net/http/httputil: do not duplicate 'Connection: close' headersMiguel Ángel Jimeno
2022-08-18all: remove duplicate "the" words in commentsAbirdcfly
2022-08-16net/http/httputil: add ReverseProxy.RewriteDamien Neil
2022-08-12net/http/httputil: don't insert default User-Agent header in proxied requestsDamien Neil
2022-08-12net/http/httputil: add X-Forwarded-{Host,Proto} headers in ReverseProxyDamien Neil
2022-05-17all: fix spellingJohn Bampton
2022-05-08all: fix some lint issuesRyan Leung
2022-03-24net/http/httputil: ignore CloseNotify when a non-background context is presentDamien Neil
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-07net/http: fix spelling in documentationjiahua wang
2021-10-13net/http/httputil: allow MIME parameters when detecting SSE in ReverseProxyJames Harris
2021-07-30net/http/httputil: close incoming ReverseProxy request bodyDamien Neil
2021-05-27net/http/httputil: always remove hop-by-hop headersFilippo Valsorda
2021-05-14all: fix spellingJohn Bampton
2021-05-10net/http: switch HTTP1 to ASCII equivalents of string functionsRoberto Clapis
2021-04-10all: fix spellingsNaman Gera
2021-01-06net/http/httputil: fix deadlock in DumpRequestOutSteven Hartland
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-19net/http/httputil: copy response header back to http.ResponseWriter in Revers...Aofei Sheng
2020-10-12net/http/httputil: flush ReverseProxy immediately if Content-Length is -1Ignacio Hagopian
2020-05-06net/http: use ASCII space trimming throughoutFilippo Valsorda
2020-05-05net/http/httputil: don't use testing.T after test completesAndrew G. Morgan
2020-05-02net/http/httputil: handle escaped paths in SingleHostReverseProxyDaniel Kumor