Skip to content

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

Instance Properties

  • userInfo
    Any contextual information set by the user for decoding.

Instance Methods

Relationships

Conforms To

  • Swift.Sendable
  • Swift.SendableMetatype