net/http.Response.Request (field)
14 uses
net/http (current package)
client.go#L627: if resp != nil && resp.Request != nil {
client.go#L628: urlStr = stripPassword(resp.Request.URL)
h2_bundle.go#L7855: 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#L497: if rr.Request != nil {
transfer.go#L498: t.RequestMethod = rr.Request.Method
transport.go#L597: resp.Request = origReq
golang.org/x/net/http2
transport.go#L1255: res.Request = req
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)