aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/httputil/reverseproxy.go
AgeCommit message (Expand)Author
2021-08-02[release-branch.go1.15] net/http/httputil: close incoming ReverseProxy reques...Damien Neil
2021-05-28[release-branch.go1.15] net/http/httputil: always remove hop-by-hop headersFilippo Valsorda
2020-05-06net/http: use ASCII space trimming throughoutFilippo Valsorda
2020-05-02net/http/httputil: handle escaped paths in SingleHostReverseProxyDaniel Kumor
2020-04-30net/http/httputil: don't append to X-Forwarded-For in ReverseProxy when nilBrad Fitzpatrick
2020-04-26net/http/httputil: make Switching Protocol requests (e.g. Websockets) cancelablePierre Carru
2020-01-21net/http/httputil: add docs about X-Forwarded-For in ReverseProxyKévin Dunglas
2019-07-17net/http/httputil: fix regression in ReverseProxy.ServeHTTPJoe Tsai
2019-05-17net/http/httputil: remove os.Stderr claim in ReverseProxy.ErrorLog docsDmitri Shuralyov
2019-05-14net/http/httputil: remove all fields in Connection headerJonathon Lacher
2019-05-03net/http: add func NewRequestWithContext, Request.CloneBrad Fitzpatrick
2019-04-24net/http: export Header.Clone, reduce its allocations, use it everywhereBrad Fitzpatrick
2019-03-29net/http/httputil: make ReverseProxy flush headers on FlushIntervalJordan Liggitt
2019-03-11all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'Bryan C. Mills
2019-01-09net/http/httputil: run the ReverseProxy.ModifyResponse hook for upgradesBrad Fitzpatrick
2019-01-09net/http/httputil: fix typo in ReverseProxy godocTobias Klauser
2019-01-02net/http/httputil: fix missing previous headers in response when switching pr...Julien Salleyron
2018-12-03net/http/httputil: fix unannounced trailers when body is emptySALLEYRON Julien
2018-11-29vendor/golang_org/x: move to internal/xBryan C. Mills
2018-11-13net/http/httputil: make ReverseProxy automatically proxy WebSocket requestsBrad Fitzpatrick
2018-10-10net/http/httputil: fix race/crash in previous ReverseProxy changeBrad Fitzpatrick
2018-10-09net/http/httputil: rewrite flushing code, disable on Server-Sent EventsBrad Fitzpatrick
2018-07-13http/http/httputil: add ReverseProxy.ErrorHandlerJulien Salleyron
2018-07-09net/http/httputil: don't panic in ReverseProxy unless running under a ServerBrad Fitzpatrick
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-05-29net/http/httputil: pass through any "TE: trailers" header to backendBrad Fitzpatrick
2018-04-04net/http/httputil: make ReverseProxy panic on error while copying bodyJames Hartig
2018-02-20net/http: use RFC 723x as normative reference in docsDavid Url
2018-01-06Revert "net/http/httputil: allow ReverseProxy to call ModifyResponse on faile...Brad Fitzpatrick
2017-11-14net/http/httputil: allow ReverseProxy to call ModifyResponse on failed requestsAkhil Indurti
2017-11-11net/http/httputil: make ReverseProxy close response body if ModifyResponse re...Edan B
2017-10-16net/http/httputil: extract duplicate code as removeConnectionHeadersKunpei Sakai
2017-06-26net/http/httputil: always deep copy the Request.Header map in ReverseProxyBrad Fitzpatrick
2017-05-22net/http/httputil: ReverseProxy should pass on unannounced TrailersTristan Colgate
2017-02-06net/http/httputil: don't log read error when it's context.CanceledSameer Ajmani
2017-02-01net/http/httputil: eliminate duplicate alloc/copy in ReverseProxyBlake Mizerany
2016-12-29net/http/httputil: clarify the contract on ReverseProxy's Director.Mike Wiacek
2016-11-01net/http/httputil: add ModifyResponse to reverseProxyEmmanuel Odeke
2016-10-24net/http/httputil: log err encountered during reverseproxy body copyingMichael Fraenkel
2016-09-26net/http/httputil: preallocate trailerKeys sliceGyu-Ho Lee
2016-09-08net/http/httputil: remove custom hop-by-hop headers from response in ReverseP...Sina Siadat
2016-09-08net/http/httputil: copy header map if necessary in ReverseProxySina Siadat
2016-09-02net/http/httputil: make ReverseProxy send nil Body requests when possibleBrad Fitzpatrick
2016-09-02net/http/httputil: remove proxied headers mentioned in connection-tokensSina Siadat
2016-05-16net/http/httputil: don't add User-Agent header by proxy made with NewSingleHo...Artyom Pervukhin
2016-04-01net/http/httputil: make ReverseProxy return 502 Bad Gateway instead of 500Brad Fitzpatrick
2016-03-31net/http, net/http/httputil: rename lk to muBrad Fitzpatrick
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-03net/http/httputil: also remove non-standard Proxy-Connection hop-by-hop headerBrad Fitzpatrick
2016-02-02net/http/httputil: fix spelling of Trailer hop-by-hop header per errataBrad Fitzpatrick