diff options
Diffstat (limited to 'libgo/go/net/http/jar.go')
-rw-r--r-- | libgo/go/net/http/jar.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libgo/go/net/http/jar.go b/libgo/go/net/http/jar.go index 35eee68..5c3de0d 100644 --- a/libgo/go/net/http/jar.go +++ b/libgo/go/net/http/jar.go @@ -12,6 +12,8 @@ import ( // // Implementations of CookieJar must be safe for concurrent use by multiple // goroutines. +// +// The net/http/cookiejar package provides a CookieJar implementation. type CookieJar interface { // SetCookies handles the receipt of the cookies in a reply for the // given URL. It may or may not choose to save the cookies, depending |