MultipartFormData

A multipart/form-data body containing multiple elements, and some helper methods for those elements.

struct MultipartFormData {
MultipartElement[] elements;
}

Members

Functions

has
bool has(string elementName)

Determines if this form-data has an element with the given name. This is case-sensitive. Note that there may be more than one element with a given name.