net/http.Client.CheckRedirect (field)
4 uses
net/http (current package)
client.go#L78: CheckRedirect func(req *Request, via []*Request) error
client.go#L502: fn := c.CheckRedirect
nhooyr.io/websocket
dial.go#L74: oldCheckRedirect := o.HTTPClient.CheckRedirect
dial.go#L75: newClient.CheckRedirect = func(req *http.Request, via []*http.Request) error {
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. |