# File lib/typhoeus/easy.rb, line 220
    def params
      @form.nil? ? {} : @form.params
    end