_AUploadable

public protocol _AUploadable : ARequestable

Represents an abstract Uploadable for Alamofire.

Instead implement AFileUploadable, ADataUploadable, AStreamUploadable, AMultipartUplodable protocols.

  • The uplaod request for subclasses to provide the implementation.

    Declaration

    Swift

    var request: UploadRequest { get }
  • method Extension method

    .post

    Declaration

    Swift

    public var method: HTTPMethod { get }