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.
See Also
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 from someMultipartPartBodyElementusing the supplied boundary.
Relationships
Conforms To
Swift.SendableSwift.SendableMetatype