MultiPartFormDataContent
class MultiPartFormDataContent(parts: List<PartData>, val boundary: String = generateBoundary(), val contentType: ContentType = ContentType.MultiPart.FormData.withParameter("boundary", boundary)) : OutgoingContent.WriteChannelContent
OutgoingContent for a multipart/form-data
formatted request.
Example: Upload a file.
Parameters
parts
form part data
Constructors
Link copied to clipboard
constructor(parts: List<PartData>, boundary: String = generateBoundary(), contentType: ContentType = ContentType.MultiPart.FormData.withParameter("boundary", boundary))
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Generates a new OutgoingContent of the same abstract type but with OutgoingContent.headers transformed by the specified block.
Link copied to clipboard