aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/httputil
AgeCommit message (Expand)Author
2019-01-02net/http/httputil: fix missing previous headers in response when switching pr...Julien Salleyron
2018-12-04net/http/httputil: add tests for singleJoiningSlash.Bobby DeSimone
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-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-07-17http/internal: document final CRLF behavior on chunkedWriterEric Daniels
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-30net/http/httputil: reduced log verbosity in reverseproxy_test.goteague
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-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