aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/httputil/reverseproxy.go
AgeCommit message (Expand)Author
2016-03-31net/http, net/http/httputil: rename lk to muBrad Fitzpatrick
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-03net/http/httputil: also remove non-standard Proxy-Connection hop-by-hop headerBrad Fitzpatrick
2016-02-02net/http/httputil: fix spelling of Trailer hop-by-hop header per errataBrad Fitzpatrick
2015-10-28net/http/httputil: add hook for managing io.Copy buffers per requestBrad Fitzpatrick
2015-10-08net/http/httputil: clarify NewSingleHostReverseProxy's Host header behaviorBrad Fitzpatrick
2015-08-26net/http/httputil: permit nil request body in ReverseProxyBrad Fitzpatrick
2015-07-07net/http/httputil: make ReverseProxy support TrailersBrad Fitzpatrick
2015-01-09net/http/httputil: ReverseProxy request cancellationPeter Waller
2014-09-08build: move package sources from src/pkg to srcRuss Cox