]> Cypherpunks repositories - gostls13.git/commit
net/http/httputil: new package; move ClientConn and ServerConn
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 3 Nov 2011 21:44:29 +0000 (14:44 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 3 Nov 2011 21:44:29 +0000 (14:44 -0700)
commita7f1141dee05bf889b64401c787f08e1c8643e88
treeeb2142d4d24dfdb1b768b51ab37bdfe2b1a5a240
parentf437331f80b05944e8f15b2f81429729101a9455
net/http/httputil: new package; move ClientConn and ServerConn

Part of http diet plan.

More of the lesser-used and newcomer-misleading parts of http will
move here.

R=r, rsc
CC=golang-dev
https://golang.org/cl/5336049
src/pkg/Makefile
src/pkg/net/http/Makefile
src/pkg/net/http/httputil/Makefile [new file with mode: 0644]
src/pkg/net/http/httputil/persist.go [moved from src/pkg/net/http/persist.go with 90% similarity]
src/pkg/net/http/serve_test.go