AlamofireExtended

public protocol AlamofireExtended

Protocol describing the af extension points for Alamofire extended types.

  • Type being extended.

    Declaration

    Swift

    associatedtype ExtendedType
  • af Default implementation

    Static Alamofire extension point.

    Default Implementation

    Static Alamofire extension point.

    Declaration

    Swift

    static var af: AlamofireExtension<ExtendedType>.Type { get set }
  • af Default implementation

    Instance Alamofire extension point.

    Default Implementation

    Instance Alamofire extension point.

    Declaration

    Swift

    var af: AlamofireExtension<ExtendedType> { get set }