aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/httputil
AgeCommit message (Expand)Author
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-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-28net/http/httputil: fix typos in deprecation commentsEmmanuel Odeke
2016-05-16net/http/httputil: don't add User-Agent header by proxy made with NewSingleHo...Artyom Pervukhin
2016-05-01net/http: add Response.Uncompressed boolBrad Fitzpatrick
2016-04-09net/http/httputil: DumpRequest dumps Content-Length if set in headerEmmanuel Odeke
2016-04-06net/http, net/http/httputil: start with capitals in deprecation sentencesBrad Fitzpatrick
2016-04-01net/http/httputil: deprecate Client+ServerConn harder, use Deprecated syntaxBrad Fitzpatrick
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-25all: delete dead non-test codeDominik Honnef
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-23net/http/httputil: Keep response headers when response ContentLength is 0.Harshavardhana
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-25net/http/httputil: clarify docs on the Dump functionsBrad 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-12-15net/http/httputil: make DumpRequest use Request.RequestURI when availableBrad Fitzpatrick
2015-12-01net/http/httputil: add package level examplesCarlos Cirello
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-10-14net/http/httputil: clarify where DumpRequest(Out)? can be used.Aaron Jacobs
2015-10-08net/http/httputil: clarify NewSingleHostReverseProxy's Host header behaviorBrad 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-06-26net/http: change default user agent stringAamir Khan
2015-01-10net/http/httputil: skip TestReverseProxyCancellation on Plan 9David du Colombier
2015-01-09net/http/httputil: ReverseProxy request cancellationPeter Waller
2014-12-16net/http/httputil: don't use DisableKeepAlives in DumpRequestOut, fix buildBrad Fitzpatrick
2014-09-30net/http/httputil: ensure DumpRequestOut dumps all of BodyBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox