AlamofireExtended - SwiftDocOrg/Alamofire GitHub Wiki
AlamofireExtended
Protocol describing the af extension points for Alamofire extended types.
public protocol AlamofireExtended
Requirements
af
Static Alamofire extension point.
var af: AlamofireExtension<ExtendedType>.Type
af
Instance Alamofire extension point.
var af: AlamofireExtension<ExtendedType>