const net/http.StatusPaymentRequired

2 uses

	net/http (current package)
		status.go#L38: 	StatusPaymentRequired              = 402 // RFC 9110, 15.5.3
		status.go#L131: 	case StatusPaymentRequired: