Colorize the request status.

Property definitions

popcorn $ PopLogger :: status
	# Colorize the request status.
	private fun status(res: HttpResponse): String do
		if no_color then return res.status_code.to_s
		return res.color_status
	end
lib/popcorn/pop_logging.nit:51,2--55,4