Structure
FormDataEncoder
Encodes
Encodable items to multipart/form-data encoded Data.struct FormDataEncoder
Overview
See RFC#2388 for more information about multipart/form-data encoding.
Seealso MultipartParser for more information about the multipart encoding.
Topics
Initializers
init()Creates a newFormDataEncoder.
Instance Properties
userInfoAny contextual information set by the user for encoding.
Instance Methods
encode(_:boundary:)Encodes anEncodableitem toStringusing the supplied boundary.encode(_:boundary:into:)Encodes anEncodableitem into aByteBufferusing the supplied boundary.
Relationships
Conforms To
Swift.SendableSwift.SendableMetatype