Structure
FormDataDecoder
Decodes
Decodable types from multipart/form-data encoded Data.struct FormDataDecoder
Overview
See RFC#2388 for more information about multipart/form-data encoding.
Seealso MultipartParser for more information about the multipart encoding.
Topics
Initializers
init(nestingDepth:)Creates a newFormDataDecoder.
Instance Properties
userInfoAny contextual information set by the user for decoding.
Instance Methods
decode(_:from:boundary:)Decodes aDecodableitem fromDatausing the supplied boundary.
Relationships
Conforms To
Swift.SendableSwift.SendableMetatype