# File lib/httparty/parser.rb, line 92
    def initialize(body, format)
      @body = body
      @format = format
    end