]> Cypherpunks repositories - gostls13.git/commit
http: add cookie support
authorPetar Maymounkov <petarm@gmail.com>
Sun, 6 Mar 2011 20:02:06 +0000 (15:02 -0500)
committerRuss Cox <rsc@golang.org>
Sun, 6 Mar 2011 20:02:06 +0000 (15:02 -0500)
commit6afe7eba32c06022ef11ab0307d6b3361b59a8f0
tree664cb2c72087b1d20ec5470701d5ca7dc38c4698
parenteeb8d00c867570a500029cd113e6e34119c54766
http: add cookie support

R=rsc1, mattn, bradfitzwork, pascal, bradfitzgo
CC=golang-dev
https://golang.org/cl/4214042
src/pkg/http/Makefile
src/pkg/http/cookie.go [new file with mode: 0644]
src/pkg/http/cookie_test.go [new file with mode: 0644]
src/pkg/http/request.go
src/pkg/http/response.go