Part

class Part(val headers: List<HttpHeader>, val body: BufferedSource) : Closeable

A single part in a multipart body.

Constructors

Link copied to clipboard
constructor(headers: List<HttpHeader>, body: BufferedSource)

Properties

Link copied to clipboard
val body: BufferedSource
Link copied to clipboard

Functions

Link copied to clipboard
open override fun close()