aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/httputil/reverseproxy_test.go
AgeCommit message (Expand)Author
2017-11-11net/http/httputil: make ReverseProxy close response body if ModifyResponse re...Edan B
2017-06-26net/http/httputil: always deep copy the Request.Header map in ReverseProxyBrad Fitzpatrick
2017-05-24net/http: deep copy Request.URL also in Request.WithContext's copyEmmanuel Odeke
2017-05-22net/http/httputil: ReverseProxy should pass on unannounced TrailersTristan Colgate
2017-03-08net/http: use httptest.Server Client in testsJohan Brandhorst
2017-02-01net/http/httputil: eliminate duplicate alloc/copy in ReverseProxyBlake Mizerany
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-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-04net/http/httputil: t.Error -> t.ErrorfJosh Bleecher Snyder
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-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
2016-01-07net/http, net/http/httputil: fix nits found by vetMikio Hara
2016-01-05net/http: relax recently-updated rules and behavior of CloseNotifierBrad Fitzpatrick
2015-10-28net/http/httputil: add hook for managing io.Copy buffers per requestBrad Fitzpatrick
2015-10-16net: unblock plan9 TCP Read calls after socket closeBrad Fitzpatrick
2015-09-11all: use one 'l' when cancelling everywhere except SolarisRob Pike
2015-08-26net/http/httputil: permit nil request body in ReverseProxyBrad Fitzpatrick
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-07-07net/http/httputil: make ReverseProxy support TrailersBrad Fitzpatrick
2015-01-10net/http/httputil: skip TestReverseProxyCancellation on Plan 9David du Colombier
2015-01-09net/http/httputil: ReverseProxy request cancellationPeter Waller
2014-09-08build: move package sources from src/pkg to srcRuss Cox