UploadTarget
public class UploadTarget : ChildTargetType
extension UploadTarget: DecodableTargetType
                Undocumented
- 
                  
                  
Undocumented
Declaration
Swift
public let name: String - 
                  
                  
Undocumented
Declaration
Swift
public let fileName: String - 
                  
                  
Undocumented
Declaration
Swift
public let mimeType: String - 
                  
                  
Undocumented
Declaration
Swift
public var timeout: Int? - 
                  
                  
Declaration
Swift
public let method: HTTPMethod - 
                  
                  
Undocumented
Declaration
Swift
public var parameters: [String : String]? { get } - 
                  
                  
Declaration
Swift
public var task: Task { get } - 
                  
                  
Declaration
Swift
public var sampleData: Data { get } - 
                  
                  
Undocumented
Declaration
Swift
public var bodyData: Data? { get } - 
                  
                  
Undocumented
Declaration
Swift
public var multipartBody: [MultipartFormData] { get } - 
                  
                  
Declaration
Swift
public var headers: [String : String]? { get } - 
                  
                  
Undocumented
Declaration
Swift
public typealias ResultType = UploadResult 
        UploadTarget Class Reference