Contents
HTTPFormData class
This class stores data for one form element for a HTTP request.
Member variables
Name | Type | Notes |
Name |
string |
Name of the form element |
Type |
string |
Type of the data (usually empty) |
Value |
string |
Value of the form element. Contains the raw data as sent by the browser. |
|