FormDataSet
Bundles information stored in HTML forms.
Gets the chosen boundary.
public FormDataSet()
Creates a new form data set with a randomly generated boundary.
Appends a text entry to the form data set.
Appends a file entry to the form data set.
Applies the given submitter to serialize the form data set.
Applies the application json encoding algorithm.
https://darobin.github.io/formic/specs/json/#the-application-json-encoding-algorithm
Applies the multipart/form-data algorithm.
http://www.w3.org/html/wg/drafts/html/master/forms.html#multipart/form-data-encoding-algorithm
Applies the plain encoding algorithm.
http://www.w3.org/html/wg/drafts/html/master/forms.html#text/plain-encoding-algorithm
Applies the urlencoded algorithm.
http://www.w3.org/html/wg/drafts/html/master/forms.html#application/x-www-form-urlencoded-encoding-algorithm
Gets an enumerator over all entry names.