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