net/http.Client.Jar (field)
7 uses
net/http (current package)
client.go#L89: Jar CookieJar
client.go#L176: if c.Jar != nil {
client.go#L177: for _, cookie := range c.Jar.Cookies(req.URL) {
client.go#L185: if c.Jar != nil {
client.go#L187: c.Jar.SetCookies(req.URL, rc)
client.go#L756: if c.Jar != nil && ireq.Header.Get("Cookie") != "" {
client.go#L776: if c.Jar != nil && icookies != nil {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |