Package-level declarations

Types

Link copied to clipboard
sealed class MultipartEntity : Closeable
Link copied to clipboard

Represents a Multi-part that is backed by a stream, which should be closed after handling the content. The gotchas which apply to StreamBody also apply here..

Functions

Link copied to clipboard
fun HttpMessage.multipartIterator(maxStreamLength: Int = MultipartFormBody.MAX_STREAM_LENGTH, maxPartCount: Int = MultipartFormBody.MAX_PART_COUNT): Iterator<MultipartEntity>
Link copied to clipboard