# File escape.rb, line 478 def http_parameter(attribute, value) unless http_token?(attribute) raise ArgumentError, "not HTTP token: #{attribute.inspect}" end MIMEParameter.new("#{attribute}=#{http_parameter_value(value)}") end