index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
/
http
/
httputil
Age
Commit message (
Expand
)
Author
2017-12-07
net/http/httputil: remove redundant call of setBody in test
go1.10beta1
Joe Kyo
2017-12-01
Revert "go/printer: forbid empty line before first comment in block"
Joe Tsai
2017-11-14
net/http/httputil: allow ReverseProxy to call ModifyResponse on failed requests
Akhil Indurti
2017-11-11
net/http/httputil: make ReverseProxy close response body if ModifyResponse re...
Edan B
2017-11-02
go/printer: forbid empty line before first comment in block
Joe Tsai
2017-10-16
net/http/httputil: extract duplicate code as removeConnectionHeaders
Kunpei Sakai
2017-06-26
net/http/httputil: always deep copy the Request.Header map in ReverseProxy
Brad Fitzpatrick
2017-05-24
net/http: deep copy Request.URL also in Request.WithContext's copy
Emmanuel Odeke
2017-05-22
net/http/httputil: ReverseProxy should pass on unannounced Trailers
Tristan Colgate
2017-03-08
net/http: use httptest.Server Client in tests
Johan Brandhorst
2017-02-06
net/http/httputil: don't log read error when it's context.Canceled
Sameer Ajmani
2017-02-01
net/http/httputil: eliminate duplicate alloc/copy in ReverseProxy
Blake Mizerany
2017-01-04
net/http/httputil: make DumpRequest and DumpRequestOut recognize http.NoBody
Brad Fitzpatrick
2016-12-29
net/http/httputil: clarify the contract on ReverseProxy's Director.
Mike Wiacek
2016-11-10
net/http: document and deprecate type and errors of type ProtocolError
Brad Fitzpatrick
2016-11-01
net/http/httputil: add ModifyResponse to reverseProxy
Emmanuel Odeke
2016-10-24
net/http/httputil: log err encountered during reverseproxy body copying
Michael Fraenkel
2016-09-26
net/http/httputil: preallocate trailerKeys slice
Gyu-Ho Lee
2016-09-08
net/http/httputil: remove custom hop-by-hop headers from response in ReverseP...
Sina Siadat
2016-09-08
net/http/httputil: copy header map if necessary in ReverseProxy
Sina Siadat
2016-09-04
net/http/httputil: t.Error -> t.Errorf
Josh Bleecher Snyder
2016-09-02
net/http/httputil: make ReverseProxy send nil Body requests when possible
Brad Fitzpatrick
2016-09-02
net/http/httputil: remove proxied headers mentioned in connection-tokens
Sina Siadat
2016-05-28
net/http/httputil: fix typos in deprecation comments
Emmanuel Odeke
2016-05-16
net/http/httputil: don't add User-Agent header by proxy made with NewSingleHo...
Artyom Pervukhin
2016-05-01
net/http: add Response.Uncompressed bool
Brad Fitzpatrick
2016-04-09
net/http/httputil: DumpRequest dumps Content-Length if set in header
Emmanuel Odeke
2016-04-06
net/http, net/http/httputil: start with capitals in deprecation sentences
Brad Fitzpatrick
2016-04-01
net/http/httputil: deprecate Client+ServerConn harder, use Deprecated syntax
Brad Fitzpatrick
2016-04-01
net/http/httputil: make ReverseProxy return 502 Bad Gateway instead of 500
Brad Fitzpatrick
2016-03-31
net/http, net/http/httputil: rename lk to mu
Brad Fitzpatrick
2016-03-25
all: delete dead non-test code
Dominik Honnef
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-23
net/http/httputil: Keep response headers when response ContentLength is 0.
Harshavardhana
2016-02-03
net/http/httputil: also remove non-standard Proxy-Connection hop-by-hop header
Brad Fitzpatrick
2016-02-02
net/http/httputil: fix spelling of Trailer hop-by-hop header per errata
Brad Fitzpatrick
2016-01-25
net/http/httputil: clarify docs on the Dump functions
Brad Fitzpatrick
2016-01-07
net/http, net/http/httputil: fix nits found by vet
Mikio Hara
2016-01-05
net/http: relax recently-updated rules and behavior of CloseNotifier
Brad Fitzpatrick
2015-12-15
net/http/httputil: make DumpRequest use Request.RequestURI when available
Brad Fitzpatrick
2015-12-01
net/http/httputil: add package level examples
Carlos Cirello
2015-10-28
net/http/httputil: add hook for managing io.Copy buffers per request
Brad Fitzpatrick
2015-10-16
net: unblock plan9 TCP Read calls after socket close
Brad Fitzpatrick
2015-10-14
net/http/httputil: clarify where DumpRequest(Out)? can be used.
Aaron Jacobs
2015-10-08
net/http/httputil: clarify NewSingleHostReverseProxy's Host header behavior
Brad Fitzpatrick
2015-09-11
all: use one 'l' when cancelling everywhere except Solaris
Rob Pike
2015-08-26
net/http/httputil: permit nil request body in ReverseProxy
Brad Fitzpatrick
2015-07-11
all: link to https instead of http
Brad Fitzpatrick
2015-07-07
net/http/httputil: make ReverseProxy support Trailers
Brad Fitzpatrick
2015-06-26
net/http: change default user agent string
Aamir Khan
[next]