Home | History | Annotate | Download | only in cookiejar

Lines Matching refs:fromURL

361 //   1. Perform SetCookies with fromURL and the cookies from setCookies.
370 fromURL string // The full URL of the request from which Set-Cookie headers where received
371 setCookies []string // All the cookies received from fromURL
395 jar.setCookies(mustParseURL(test.fromURL), setCookies, now)