net/http.Response.Status (field)
38 uses
net/http (current package)
filetransport.go#L130: pr.res.Status = fmt.Sprintf("%d %s", code, StatusText(code))
h2_bundle.go#L9641: Status: status + " " + StatusText(statusCode),
response.go#L36: Status string // e.g. "200 OK"
response.go#L173: resp.Status = strings.TrimLeft(status, " ")
response.go#L175: statusCode, _, _ := strings.Cut(resp.Status, " ")
response.go#L247: text := r.Status
transport.go#L1845: _, text, ok := strings.Cut(resp.Status, " ")
github.com/coinbase/cdp-sdk/go/openapi
client.gen.go#L3810: return r.HTTPResponse.Status
client.gen.go#L3839: return r.HTTPResponse.Status
client.gen.go#L3866: return r.HTTPResponse.Status
client.gen.go#L3893: return r.HTTPResponse.Status
client.gen.go#L3922: return r.HTTPResponse.Status
client.gen.go#L3956: return r.HTTPResponse.Status
client.gen.go#L3988: return r.HTTPResponse.Status
client.gen.go#L4020: return r.HTTPResponse.Status
client.gen.go#L4054: return r.HTTPResponse.Status
client.gen.go#L4086: return r.HTTPResponse.Status
client.gen.go#L4118: return r.HTTPResponse.Status
client.gen.go#L4150: return r.HTTPResponse.Status
client.gen.go#L4176: return r.HTTPResponse.Status
client.gen.go#L4203: return r.HTTPResponse.Status
client.gen.go#L4230: return r.HTTPResponse.Status
client.gen.go#L4257: return r.HTTPResponse.Status
client.gen.go#L4284: return r.HTTPResponse.Status
client.gen.go#L4317: return r.HTTPResponse.Status
client.gen.go#L4348: return r.HTTPResponse.Status
client.gen.go#L4376: return r.HTTPResponse.Status
client.gen.go#L4404: return r.HTTPResponse.Status
client.gen.go#L4430: return r.HTTPResponse.Status
client.gen.go#L4459: return r.HTTPResponse.Status
client.gen.go#L4490: return r.HTTPResponse.Status
client.gen.go#L4519: return r.HTTPResponse.Status
client.gen.go#L4546: return r.HTTPResponse.Status
client.gen.go#L4573: return r.HTTPResponse.Status
client.gen.go#L4602: return r.HTTPResponse.Status
client.gen.go#L4635: return r.HTTPResponse.Status
client.gen.go#L4669: return r.HTTPResponse.Status
client.gen.go#L4700: return r.HTTPResponse.Status
 |
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. |