net/http.Response.Status (field)

82 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#L14894: 		return r.HTTPResponse.Status
		client.gen.go#L14920: 		return r.HTTPResponse.Status
		client.gen.go#L14946: 		return r.HTTPResponse.Status
		client.gen.go#L14976: 		return r.HTTPResponse.Status
		client.gen.go#L15000: 		return r.HTTPResponse.Status
		client.gen.go#L15026: 		return r.HTTPResponse.Status
		client.gen.go#L15052: 		return r.HTTPResponse.Status
		client.gen.go#L15077: 		return r.HTTPResponse.Status
		client.gen.go#L15103: 		return r.HTTPResponse.Status
		client.gen.go#L15130: 		return r.HTTPResponse.Status
		client.gen.go#L15157: 		return r.HTTPResponse.Status
		client.gen.go#L15190: 		return r.HTTPResponse.Status
		client.gen.go#L15217: 		return r.HTTPResponse.Status
		client.gen.go#L15243: 		return r.HTTPResponse.Status
		client.gen.go#L15273: 		return r.HTTPResponse.Status
		client.gen.go#L15297: 		return r.HTTPResponse.Status
		client.gen.go#L15330: 		return r.HTTPResponse.Status
		client.gen.go#L15363: 		return r.HTTPResponse.Status
		client.gen.go#L15396: 		return r.HTTPResponse.Status
		client.gen.go#L15427: 		return r.HTTPResponse.Status
		client.gen.go#L15457: 		return r.HTTPResponse.Status
		client.gen.go#L15484: 		return r.HTTPResponse.Status
		client.gen.go#L15517: 		return r.HTTPResponse.Status
		client.gen.go#L15547: 		return r.HTTPResponse.Status
		client.gen.go#L15574: 		return r.HTTPResponse.Status
		client.gen.go#L15603: 		return r.HTTPResponse.Status
		client.gen.go#L15637: 		return r.HTTPResponse.Status
		client.gen.go#L15670: 		return r.HTTPResponse.Status
		client.gen.go#L15705: 		return r.HTTPResponse.Status
		client.gen.go#L15738: 		return r.HTTPResponse.Status
		client.gen.go#L15771: 		return r.HTTPResponse.Status
		client.gen.go#L15806: 		return r.HTTPResponse.Status
		client.gen.go#L15839: 		return r.HTTPResponse.Status
		client.gen.go#L15866: 		return r.HTTPResponse.Status
		client.gen.go#L15898: 		return r.HTTPResponse.Status
		client.gen.go#L15930: 		return r.HTTPResponse.Status
		client.gen.go#L15957: 		return r.HTTPResponse.Status
		client.gen.go#L15984: 		return r.HTTPResponse.Status
		client.gen.go#L16011: 		return r.HTTPResponse.Status
		client.gen.go#L16040: 		return r.HTTPResponse.Status
		client.gen.go#L16067: 		return r.HTTPResponse.Status
		client.gen.go#L16100: 		return r.HTTPResponse.Status
		client.gen.go#L16127: 		return r.HTTPResponse.Status
		client.gen.go#L16155: 		return r.HTTPResponse.Status
		client.gen.go#L16186: 		return r.HTTPResponse.Status
		client.gen.go#L16213: 		return r.HTTPResponse.Status
		client.gen.go#L16243: 		return r.HTTPResponse.Status
		client.gen.go#L16270: 		return r.HTTPResponse.Status
		client.gen.go#L16297: 		return r.HTTPResponse.Status
		client.gen.go#L16330: 		return r.HTTPResponse.Status
		client.gen.go#L16359: 		return r.HTTPResponse.Status
		client.gen.go#L16393: 		return r.HTTPResponse.Status
		client.gen.go#L16421: 		return r.HTTPResponse.Status
		client.gen.go#L16453: 		return r.HTTPResponse.Status
		client.gen.go#L16484: 		return r.HTTPResponse.Status
		client.gen.go#L16512: 		return r.HTTPResponse.Status
		client.gen.go#L16540: 		return r.HTTPResponse.Status
		client.gen.go#L16566: 		return r.HTTPResponse.Status
		client.gen.go#L16595: 		return r.HTTPResponse.Status
		client.gen.go#L16626: 		return r.HTTPResponse.Status
		client.gen.go#L16656: 		return r.HTTPResponse.Status
		client.gen.go#L16683: 		return r.HTTPResponse.Status
		client.gen.go#L16716: 		return r.HTTPResponse.Status
		client.gen.go#L16746: 		return r.HTTPResponse.Status
		client.gen.go#L16780: 		return r.HTTPResponse.Status
		client.gen.go#L16807: 		return r.HTTPResponse.Status
		client.gen.go#L16836: 		return r.HTTPResponse.Status
		client.gen.go#L16869: 		return r.HTTPResponse.Status
		client.gen.go#L16903: 		return r.HTTPResponse.Status
		client.gen.go#L16938: 		return r.HTTPResponse.Status
		client.gen.go#L16969: 		return r.HTTPResponse.Status
		client.gen.go#L17002: 		return r.HTTPResponse.Status
		client.gen.go#L17029: 		return r.HTTPResponse.Status
		client.gen.go#L17054: 		return r.HTTPResponse.Status
		client.gen.go#L17080: 		return r.HTTPResponse.Status