func net/http.StatusText

42 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#L249: 		text = StatusText(r.StatusCode)
		server.go#L1610: 	if text := StatusText(code); text != "" {
		server.go#L1911: func (e statusError) Error() string { return StatusText(e.code) + ": " + e.text }
		server.go#L2046: 				fmt.Fprintf(c.rwc, "HTTP/1.1 %d %s%sUnsupported transfer encoding", code, StatusText(code), errorHeaders)
		server.go#L2054: 					fmt.Fprintf(c.rwc, "HTTP/1.1 %d %s: %s%s%d %s: %s", v.code, StatusText(v.code), v.text, errorHeaders, v.code, StatusText(v.code), v.text)
		server.go#L2349: 		body := "<a href=\"" + htmlEscape(url) + "\">" + StatusText(code) + "</a>.\n"
		server.go#L2633: 				Error(w, StatusText(StatusMethodNotAllowed), StatusMethodNotAllowed)
		status.go#L81: func StatusText(code int) string {

	github.com/coinbase/cdp-sdk/go/openapi
		client.gen.go#L3812: 	return http.StatusText(0)
		client.gen.go#L3841: 	return http.StatusText(0)
		client.gen.go#L3868: 	return http.StatusText(0)
		client.gen.go#L3895: 	return http.StatusText(0)
		client.gen.go#L3924: 	return http.StatusText(0)
		client.gen.go#L3958: 	return http.StatusText(0)
		client.gen.go#L3990: 	return http.StatusText(0)
		client.gen.go#L4022: 	return http.StatusText(0)
		client.gen.go#L4056: 	return http.StatusText(0)
		client.gen.go#L4088: 	return http.StatusText(0)
		client.gen.go#L4120: 	return http.StatusText(0)
		client.gen.go#L4152: 	return http.StatusText(0)
		client.gen.go#L4178: 	return http.StatusText(0)
		client.gen.go#L4205: 	return http.StatusText(0)
		client.gen.go#L4232: 	return http.StatusText(0)
		client.gen.go#L4259: 	return http.StatusText(0)
		client.gen.go#L4286: 	return http.StatusText(0)
		client.gen.go#L4319: 	return http.StatusText(0)
		client.gen.go#L4350: 	return http.StatusText(0)
		client.gen.go#L4378: 	return http.StatusText(0)
		client.gen.go#L4406: 	return http.StatusText(0)
		client.gen.go#L4432: 	return http.StatusText(0)
		client.gen.go#L4461: 	return http.StatusText(0)
		client.gen.go#L4492: 	return http.StatusText(0)
		client.gen.go#L4521: 	return http.StatusText(0)
		client.gen.go#L4548: 	return http.StatusText(0)
		client.gen.go#L4575: 	return http.StatusText(0)
		client.gen.go#L4604: 	return http.StatusText(0)
		client.gen.go#L4637: 	return http.StatusText(0)
		client.gen.go#L4671: 	return http.StatusText(0)
		client.gen.go#L4702: 	return http.StatusText(0)