# File lib/cgikit/response.rb, line 63
  def initialize( headers = nil )
    super
    @status = 200
    @headers['Content-Type'] = 'text/html'
  end