aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/httputil
AgeCommit message (Expand)Author
2022-03-24net/http/httputil: ignore CloseNotify when a non-background context is presentDamien Neil
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-07net/http: fix spelling in documentationjiahua wang
2021-10-13net/http/httputil: allow MIME parameters when detecting SSE in ReverseProxyJames Harris
2021-07-30net/http/httputil: close incoming ReverseProxy request bodyDamien Neil
2021-05-27net/http/httputil: always remove hop-by-hop headersFilippo Valsorda
2021-05-14all: fix spellingJohn Bampton
2021-05-10net/http: switch HTTP1 to ASCII equivalents of string functionsRoberto Clapis
2021-04-10all: fix spellingsNaman Gera
2021-01-06net/http/httputil: fix deadlock in DumpRequestOutSteven Hartland
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-19net/http/httputil: copy response header back to http.ResponseWriter in Revers...Aofei Sheng
2020-10-12net/http/httputil: flush ReverseProxy immediately if Content-Length is -1Ignacio Hagopian
2020-05-06net/http: use ASCII space trimming throughoutFilippo Valsorda
2020-05-05net/http/httputil: don't use testing.T after test completesAndrew G. Morgan
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-04-25net/http/httputil: fix typo in unit test nameTyson Andre
2020-01-21net/http/httputil: add docs about X-Forwarded-For in ReverseProxyKévin Dunglas
2019-11-02net/http/httputil: fix missing Transfer-Encoding headerHarshavardhana
2019-08-28net/http: fix a long test after CL 185117Daniel Martí
2019-08-28net/http/httputil: fix goroutine leak for DumpRequestOutAgniva De Sarker
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-29net: correct docs of KeepAlive field in Dialer typeBigMikes
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-02-13net/http/httputil: make TestDumpRequest idempotentEmmanuel T Odeke
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-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