func net/http.StatusText

32 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#L2279: 	return http.StatusText(0)
		client.gen.go#L2306: 	return http.StatusText(0)
		client.gen.go#L2331: 	return http.StatusText(0)
		client.gen.go#L2356: 	return http.StatusText(0)
		client.gen.go#L2386: 	return http.StatusText(0)
		client.gen.go#L2416: 	return http.StatusText(0)
		client.gen.go#L2448: 	return http.StatusText(0)
		client.gen.go#L2478: 	return http.StatusText(0)
		client.gen.go#L2508: 	return http.StatusText(0)
		client.gen.go#L2532: 	return http.StatusText(0)
		client.gen.go#L2557: 	return http.StatusText(0)
		client.gen.go#L2582: 	return http.StatusText(0)
		client.gen.go#L2607: 	return http.StatusText(0)
		client.gen.go#L2632: 	return http.StatusText(0)
		client.gen.go#L2661: 	return http.StatusText(0)
		client.gen.go#L2688: 	return http.StatusText(0)
		client.gen.go#L2713: 	return http.StatusText(0)
		client.gen.go#L2738: 	return http.StatusText(0)
		client.gen.go#L2769: 	return http.StatusText(0)
		client.gen.go#L2801: 	return http.StatusText(0)
		client.gen.go#L2830: 	return http.StatusText(0)