Commit 523cb45c authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

net/http: document net/http/cookiejar on CookieJar

R=golang-dev, nigeltao, adg
CC=golang-dev
https://golang.org/cl/7444048
parent 6bfec725
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment