net/http.Response.Request (field)
17 uses
net/http (current package)
client.go#L619: if resp != nil && resp.Request != nil {
client.go#L620: urlStr = stripPassword(resp.Request.URL)
h2_bundle.go#L7662: 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#L110: if rr.Request != nil {
transfer.go#L111: t.Method = rr.Request.Method
transfer.go#L495: if rr.Request != nil {
transfer.go#L496: t.RequestMethod = rr.Request.Method
transport.go#L595: resp.Request = origReq
github.com/go-git/go-git/v5/plumbing/transport/http
common.go#L146: if res.Request == nil {
common.go#L150: r := res.Request
common.go#L279: e.Response.Request.URL, e.Response.StatusCode,
golang.org/x/net/http2
transport.go#L1159: res.Request = req
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |