Home
last modified time | relevance | path

Searched defs:TestJar (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dclient_test.go620 type TestJar struct { struct
621 m sync.Mutex
622 perURL map[string][]*Cookie
625 func (j *TestJar) SetCookies(u *url.URL, cookies []*Cookie) {
634 func (j *TestJar) Cookies(u *url.URL) []*Cookie {