# File lib/cuba.rb, line 10
    def initialize(status = 200,
                   headers = { "Content-Type" => "text/html; charset=utf-8" })

      @status  = status
      @headers = headers
      @body    = []
      @length  = 0
    end