Structure
MultipartPart
Represents a single part of a multipart-encoded message.
struct MultipartPart<Body> where Body : RangeReplaceableCollection, Body : Sendable, Body.Element == UInt8
Topics
Initializers
init(headerFields:body:)Creates a newMultipartPart.
Instance Properties
bodyThe body of this part.contentDispositionParses and returns the Content-Disposition information from the part’s headers.headerFieldsThe header fields for this part.
Default Implementations
Relationships
Conforms To
MultipartPartDecodableMultipartPartEncodableSwift.CopyableSwift.EscapableSwift.SendableSwift.SendableMetatype