UploadConvertible - SwiftDocOrg/Alamofire GitHub Wiki
UploadConvertible
A type that can be converted to an upload, whether from an UploadRequest.Uploadable or URLRequestConvertible.
public protocol UploadConvertible: UploadableConvertible & URLRequestConvertible