# File lib/cgikit/response.rb, line 150
  def status_line
    "#{http_version_line} #@status #{STATUS[@status]}#{EOL}"
  end