]> Cypherpunks repositories - gostls13.git/commit
http: add proxy support
authorYasuhiro Matsumoto <mattn.jp@gmail.com>
Wed, 16 Feb 2011 19:06:50 +0000 (14:06 -0500)
committerAdam Langley <agl@golang.org>
Wed, 16 Feb 2011 19:06:50 +0000 (14:06 -0500)
commitf04b5a3bac0206d507a4984897c60a362a3bdab7
tree1de4f8ab9b2bc0a1fdf58485d0bc1c2107f16a6d
parentbe560e040175a654b98c45910dd4e174821574b2
http: add proxy support
Fixes #53.

R=agl1, jacek.masiulaniec, adg, rsc, agl
CC=golang-dev
https://golang.org/cl/3794041
src/pkg/http/client.go
src/pkg/http/proxy_test.go [new file with mode: 0644]