summaryrefslogtreecommitdiff
path: root/src/net/http/httputil
Commit message (Expand)AuthorAgeFilesLines
* net/http/httputil: use response controller in reverse proxyShang Ding2023-03-172-33/+84
* net/http/httputil: fix syntax in ReverseProxy example commentEthan Lowman2023-02-041-1/+1
* net/http/httputil: don't add X-Forwarded-{Host,Proto} after invoking Director...Damien Neil2022-12-212-65/+12
* Revert "net/url, net/http/httputil: accept invalid percent encodings"Damien Neil2022-11-222-2/+27
* net/url, net/http/httputil: accept invalid percent encodingsIan Lance Taylor2022-11-152-27/+2
* all: fix function names in commentscui fliter2022-11-041-1/+1
* net/http/httputil: avoid query parameter smugglingDamien Neil2022-09-232-0/+145
* net/http/httputil: remove duplicated code blockDamien Neil2022-09-161-6/+0
* net/http/httputil: forward 1xx responses in ReverseProxyKévin Dunglas2022-09-142-0/+102
* net/http/httputil: use strings.Buildercuiweixie2022-09-062-2/+2
* net/http/httputil: do not duplicate 'Connection: close' headersMiguel Ángel Jimeno2022-08-232-3/+13
* all: remove duplicate "the" words in commentsAbirdcfly2022-08-181-1/+1
* net/http/httputil: add ReverseProxy.RewriteDamien Neil2022-08-163-66/+298
* net/http/httputil: don't insert default User-Agent header in proxied requestsDamien Neil2022-08-122-31/+25
* net/http/httputil: add X-Forwarded-{Host,Proto} headers in ReverseProxyDamien Neil2022-08-122-15/+72
* all: fix spellingJohn Bampton2022-05-171-2/+2
* all: fix some lint issuesRyan Leung2022-05-081-1/+0
* net/http/httputil: ignore CloseNotify when a non-background context is presentDamien Neil2022-03-241-1/+12
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-132-2/+2
* net/http: fix spelling in documentationjiahua wang2021-11-071-1/+1
* net/http/httputil: allow MIME parameters when detecting SSE in ReverseProxyJames Harris2021-10-132-1/+22
* net/http/httputil: close incoming ReverseProxy request bodyDamien Neil2021-07-302-0/+48
* net/http/httputil: always remove hop-by-hop headersFilippo Valsorda2021-05-272-15/+70
* all: fix spellingJohn Bampton2021-05-141-1/+1
* net/http: switch HTTP1 to ASCII equivalents of string functionsRoberto Clapis2021-05-102-4/+13
* all: fix spellingsNaman Gera2021-04-102-2/+2
* net/http/httputil: fix deadlock in DumpRequestOutSteven Hartland2021-01-062-8/+87
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-204-38/+35
* net/http/httputil: copy response header back to http.ResponseWriter in Revers...Aofei Sheng2020-10-192-2/+7
* net/http/httputil: flush ReverseProxy immediately if Content-Length is -1Ignacio Hagopian2020-10-122-8/+27
* net/http: use ASCII space trimming throughoutFilippo Valsorda2020-05-061-1/+2
* net/http/httputil: don't use testing.T after test completesAndrew G. Morgan2020-05-051-2/+11
* net/http/httputil: handle escaped paths in SingleHostReverseProxyDaniel Kumor2020-05-022-2/+50
* net/http/httputil: don't append to X-Forwarded-For in ReverseProxy when nilBrad Fitzpatrick2020-04-302-4/+46
* net/http/httputil: make Switching Protocol requests (e.g. Websockets) cancelablePierre Carru2020-04-262-1/+136
* net/http/httputil: fix typo in unit test nameTyson Andre2020-04-251-1/+1
* net/http/httputil: add docs about X-Forwarded-For in ReverseProxyKévin Dunglas2020-01-211-0/+8
* net/http/httputil: fix missing Transfer-Encoding headerHarshavardhana2019-11-022-5/+46
* net/http: fix a long test after CL 185117Daniel Martí2019-08-281-1/+1
* net/http/httputil: fix goroutine leak for DumpRequestOutAgniva De Sarker2019-08-282-1/+30
* net/http/httputil: fix regression in ReverseProxy.ServeHTTPJoe Tsai2019-07-172-0/+23
* net/http/httputil: remove os.Stderr claim in ReverseProxy.ErrorLog docsDmitri Shuralyov2019-05-171-2/+1
* net/http/httputil: remove all fields in Connection headerJonathon Lacher2019-05-142-9/+36
* net/http: add func NewRequestWithContext, Request.CloneBrad Fitzpatrick2019-05-031-3/+1
* net: correct docs of KeepAlive field in Dialer typeBigMikes2019-04-291-2/+2
* net/http: export Header.Clone, reduce its allocations, use it everywhereBrad Fitzpatrick2019-04-241-11/+1
* net/http/httputil: make ReverseProxy flush headers on FlushIntervalJordan Liggitt2019-03-292-0/+47
* all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'Bryan C. Mills2019-03-111-1/+1
* net/http/httputil: make TestDumpRequest idempotentEmmanuel T Odeke2019-02-131-39/+59
* net/http/httputil: run the ReverseProxy.ModifyResponse hook for upgradesBrad Fitzpatrick2019-01-092-6/+27