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