MultipartField

A class representing a field in a multipart/form-data request.

Types

Link copied to clipboard
class Builder<T : Any>

A builder for MultipartField.

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A content type for the serialized parts.

Link copied to clipboard

Returns the filename directive that will be included in the serialized field.

Link copied to clipboard

A JsonField value, which will be serialized to zero or more parts.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String