method

new

ruby latest stable - Class: WEBrick::HTTPUtils::FormData
new(*args)
public

Creates a new FormData object.

args is an Array of form data entries. One FormData will be created for each entry.

This is called by WEBrick::HTTPUtils.parse_form_data for you