aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/http/reverseproxy.go
AgeCommit message (Expand)Author
2011-11-03net: renamingsRob Pike
2011-11-01src/pkg/[a-m]*: gofix -r error -force=errorRuss Cox
2011-10-26redo CL 5302057 / dac58d9c9e4aAndrew Gerrand
2011-10-26undo CL 5302057 / dac58d9c9e4aAndrew Gerrand
2011-10-25http: remove Connection header in ReverseProxyBrad Fitzpatrick
2011-08-17url: new packageRob Pike
2011-07-11http: support for periodic flushing in ReverseProxyBrad Fitzpatrick
2011-06-16http: make Headers be source of truthBrad Fitzpatrick
2011-05-27http: propagate Set-Cookie in reverse proxyBrad Fitzpatrick
2011-04-15http: reverse proxy handlerBrad Fitzpatrick