aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/httputil
AgeCommit message (Expand)Author
2017-12-07net/http/httputil: remove redundant call of setBody in testgo1.10beta1Joe Kyo
2017-12-01Revert "go/printer: forbid empty line before first comment in block"Joe Tsai
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-11-02go/printer: forbid empty line before first comment in blockJoe Tsai
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-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-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
2017-01-04net/http/httputil: make DumpRequest and DumpRequestOut recognize http.NoBodyBrad Fitzpatrick
2016-12-29net/http/httputil: clarify the contract on ReverseProxy's Director.Mike Wiacek
2016-11-10net/http: document and deprecate type and errors of type ProtocolErrorBrad Fitzpatrick
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