# File lib/http/parser.rb, line 19
    def initialize(string = "Bad Request", code = 400, headers = {})
      super(string)
      @code = code
      @headers = headers
    end