]> Cypherpunks repositories - gostls13.git/commit
exp/cookiejar: infrastructure for upcoming implementation
authorVolker Dobler <dr.volker.dobler@gmail.com>
Wed, 6 Feb 2013 11:37:34 +0000 (22:37 +1100)
committerNigel Tao <nigeltao@golang.org>
Wed, 6 Feb 2013 11:37:34 +0000 (22:37 +1100)
commit8c6489bc27b639487f56392d13c43f95fab0ac20
tree236ec049f5d1dcece4f63c46217d206cdc2c0a7c
parentfe51d09bbe83f1ff42c8e428f4c2a7ce1817bc4e
exp/cookiejar: infrastructure for upcoming implementation

This CL is the first of a handful of CLs which will provide
the implementation of cookiejar. It contains several helper
functions and the skeleton of Cookies and SetCookies.

Proper host name handling requires the ToASCII transformation
from package idna which currently lives in the go.net
subrepo. This CL thus contains just a TODO for this issue.

R=nigeltao, rsc, bradfitz
CC=golang-dev
https://golang.org/cl/7287046
src/pkg/exp/cookiejar/jar.go
src/pkg/exp/cookiejar/jar_test.go [new file with mode: 0644]