MultipartFormData
public struct MultipartFormData
Represents multipart/form-data
for an upload.
-
Method to provide the form data.
See moreDeclaration
Swift
public enum FormDataProvider
-
Undocumented
Declaration
Swift
public init(provider: FormDataProvider, name: String, fileName: String? = nil, mimeType: String? = nil)
-
The method being used for providing form data.
Declaration
Swift
public let provider: FormDataProvider
-
The name.
Declaration
Swift
public let name: String
-
The file name.
Declaration
Swift
public let fileName: String?
-
The MIME type
Declaration
Swift
public let mimeType: String?