Represents a form that can be either multipart or url encoded.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Returns a new form with the specified field appended.
Returns a new form with the specified field appended.
Attributes
Returns a new form with the specified field appended.
Returns a new form with the specified field appended.
Attributes
Runs all streaming form data and stores them in memory, returning a Form that has no streaming parts.
Runs all streaming form data and stores them in memory, returning a Form that has no streaming parts.
Attributes
Returns the first field with the specified name.
Returns the first field with the specified name.
Attributes
Encodes the form using multipart encoding, using the specified boundary.
Encodes the form using multipart encoding, using the specified boundary.
Attributes
Encodes the form using multipart encoding, choosing a random UUID as the boundary.
Encodes the form using multipart encoding, choosing a random UUID as the boundary.
Attributes
Encodes the form using URL encoding, using the default charset.
Encodes the form using URL encoding, using the default charset.
Attributes
Encodes the form using URL encoding, using the specified charset. Ignores any data that cannot be URL encoded.
Encodes the form using URL encoding, using the specified charset. Ignores any data that cannot be URL encoded.