net/http.Response.Request (field)

16 uses

	net/http (current package)
		client.go#L628: 		if resp != nil && resp.Request != nil {
		client.go#L629: 			urlStr = stripPassword(resp.Request.URL)
		clientconn.go#L394: 	resp.Request = req
		filetransport.go#L79: 			Request:    req,
		h2_bundle.go#L8651: 		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#L113: 		if rr.Request != nil {
		transfer.go#L114: 			t.Method = rr.Request.Method
		transfer.go#L504: 		if rr.Request != nil {
		transfer.go#L505: 			t.RequestMethod = rr.Request.Method
		transport.go#L715: 			resp.Request = origReq

	golang.org/x/net/http2
		transport.go#L1312: 		res.Request = req