]> Cypherpunks repositories - gostls13.git/commit
Basic HTTP client.
authorSteve Newman <devnull@localhost>
Tue, 9 Jun 2009 17:58:58 +0000 (10:58 -0700)
committerSteve Newman <devnull@localhost>
Tue, 9 Jun 2009 17:58:58 +0000 (10:58 -0700)
commitf315fb3d56746ddd14dbfeeea106564349bb5ce9
tree53e10a9a65585d23f1eee670ad1285847764c371
parentc4aa0217334afb137270c1f3220b971bdad8fc7c
Basic HTTP client.

R=rsc
APPROVED=rsc
DELTA=392  (386 added, 2 deleted, 4 changed)
OCL=29963
CL=30107
src/pkg/http/Makefile
src/pkg/http/client.go [new file with mode: 0644]
src/pkg/http/client_test.go [new file with mode: 0644]
src/pkg/http/request.go
src/pkg/strings/strings.go
src/pkg/strings/strings_test.go