Searched defs:TestJar (Results 1 – 1 of 1) sorted by relevance
620 type TestJar struct { struct621 m sync.Mutex622 perURL map[string][]*Cookie625 func (j *TestJar) SetCookies(u *url.URL, cookies []*Cookie) {634 func (j *TestJar) Cookies(u *url.URL) []*Cookie {