Protocol
MultipartPartEncodable
A type that can be converted to a
MultipartPart.protocol MultipartPartEncodable<Body>
Overview
Conform a type to this protocol to control how it is written into a multipart message, for instance to attach a Content-Type header alongside its bytes.
Topics
Associated Types
associatedtype Body : RangeReplaceableCollection, SendableThe body type of the part this value converts to.
Instance Properties
var multipart: MultipartPart<Self.Body>This value represented as aMultipartPart.