new(*args)
Class Public methods
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
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
Please login to continue.