net/http.Response.Request (field)
13 uses
net/http (current package)
client.go#L626: if resp != nil && resp.Request != nil {
client.go#L627: urlStr = stripPassword(resp.Request.URL)
h2_bundle.go#L8483: 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#L112: if rr.Request != nil {
transfer.go#L113: t.Method = rr.Request.Method
transfer.go#L503: if rr.Request != nil {
transfer.go#L504: t.RequestMethod = rr.Request.Method
transport.go#L655: resp.Request = origReq
![]() |
The pages are generated with Golds v0.7.6. (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. |