net/http.Response.Status (field)
28 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#L2277: return r.HTTPResponse.Status
client.gen.go#L2304: return r.HTTPResponse.Status
client.gen.go#L2329: return r.HTTPResponse.Status
client.gen.go#L2354: return r.HTTPResponse.Status
client.gen.go#L2384: return r.HTTPResponse.Status
client.gen.go#L2414: return r.HTTPResponse.Status
client.gen.go#L2446: return r.HTTPResponse.Status
client.gen.go#L2476: return r.HTTPResponse.Status
client.gen.go#L2506: return r.HTTPResponse.Status
client.gen.go#L2530: return r.HTTPResponse.Status
client.gen.go#L2555: return r.HTTPResponse.Status
client.gen.go#L2580: return r.HTTPResponse.Status
client.gen.go#L2605: return r.HTTPResponse.Status
client.gen.go#L2630: return r.HTTPResponse.Status
client.gen.go#L2659: return r.HTTPResponse.Status
client.gen.go#L2686: return r.HTTPResponse.Status
client.gen.go#L2711: return r.HTTPResponse.Status
client.gen.go#L2736: return r.HTTPResponse.Status
client.gen.go#L2767: return r.HTTPResponse.Status
client.gen.go#L2799: return r.HTTPResponse.Status
client.gen.go#L2828: 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. |