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
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
2015-01-10
net/http/httputil: skip TestReverseProxyCancellation on Plan 9
David du Colombier
2015-01-09
net/http/httputil: ReverseProxy request cancellation
Peter Waller
2014-12-16
net/http/httputil: don't use DisableKeepAlives in DumpRequestOut, fix build
Brad Fitzpatrick
2014-09-30
net/http/httputil: ensure DumpRequestOut dumps all of Body
Brad Fitzpatrick
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]