Skip to content

FormData

MarcoDotIO edited this page Dec 5, 2022 · 1 revision

FormData

The form query parameter used for submitting images and files with their associated endpoints.

public struct FormData 

Properties

data

The binary data itself.

public var data: Data

mimeType

The MIME type used for the HTTP request.

public var mimeType: String

fileName

The name of the file.

public var fileName: String
Types
Global Functions
Clone this wiki locally