Builder

class Builder(boundary: String = UUID.randomUUID().toString())

Constructors

Link copied to clipboard
constructor(boundary: String = UUID.randomUUID().toString())

Functions

Link copied to clipboard

Add a form data part to the body.

Link copied to clipboard
Link copied to clipboard

Assemble the specified parts into a request body.

Link copied to clipboard

Set the MIME type. Expected values for type are MIXED (the default), ALTERNATIVE, DIGEST, PARALLEL and FORM.