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