]> Cypherpunks repositories - gostls13.git/commit
http: make Request.Body an io.ReadCloser, matching Response.Body.
authorPetar Maymounkov <petarm@gmail.com>
Tue, 26 Jan 2010 02:49:08 +0000 (18:49 -0800)
committerRuss Cox <rsc@golang.org>
Tue, 26 Jan 2010 02:49:08 +0000 (18:49 -0800)
commit8814555534377aeae65903760c8a353d0ef4b050
tree9c10dec085cb3ee147d2eec395613b8f4ad38374
parent60a6ec1c9367d50c039c589aee5637f21c6a11cc
http: make Request.Body an io.ReadCloser, matching Response.Body.

R=rsc, rsc1
CC=golang-dev
https://golang.org/cl/194046
src/pkg/http/client.go
src/pkg/http/request.go
src/pkg/http/request_test.go
src/pkg/http/response.go