]> Cypherpunks repositories - gostls13.git/commit
exp/proxy: new package
authorAdam Langley <agl@golang.org>
Sat, 14 Jan 2012 15:44:35 +0000 (10:44 -0500)
committerAdam Langley <agl@golang.org>
Sat, 14 Jan 2012 15:44:35 +0000 (10:44 -0500)
commit423a09760bf90fe16dc03251792360daf8a99de0
tree8446c9692abed4ded2f1229de7fa7fe409fa181f
parentd3c59f6ec851bd3adccf3a989ca57dc1958a1fc7
exp/proxy: new package

exp/proxy provides client support for tunneling connections through
various proxies.

This is an initial, incomplete sketch of the code to lay down an
API.

R=golang-dev, r, r, bradfitz, rsc
CC=golang-dev
https://golang.org/cl/5490062
src/pkg/exp/proxy/Makefile [new file with mode: 0644]
src/pkg/exp/proxy/direct.go [new file with mode: 0644]
src/pkg/exp/proxy/per_host.go [new file with mode: 0644]
src/pkg/exp/proxy/per_host_test.go [new file with mode: 0644]
src/pkg/exp/proxy/proxy.go [new file with mode: 0644]
src/pkg/exp/proxy/proxy_test.go [new file with mode: 0644]
src/pkg/exp/proxy/socks5.go [new file with mode: 0644]