net/http.Response.Request (field)
15 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
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |