FormDataEncoder

Encodes Encodable items to multipart/form-data encoded Data.

FormDataEncoder.swift:8
struct FormDataEncoder

See RFC#2388 for more information about multipart/form-data encoding.

Seealso MultipartParser for more information about the multipart encoding.