net/http.Response.Request (field)
13 uses
net/http (current package)
client.go#L624: if resp != nil && resp.Request != nil {
client.go#L625: urlStr = stripPassword(resp.Request.URL)
h2_bundle.go#L8344: res.Request = req
response.go#L115: Request *Request
response.go#L142: if r.Request != nil && r.Request.URL != nil {
response.go#L143: return r.Request.URL.Parse(lv)
response.go#L157: Request: req,
transfer.go#L111: if rr.Request != nil {
transfer.go#L112: t.Method = rr.Request.Method
transfer.go#L499: if rr.Request != nil {
transfer.go#L500: t.RequestMethod = rr.Request.Method
transport.go#L607: resp.Request = origReq
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. |