SessionManagable

public protocol SessionManagable

Represents a Alamofire.Session that is associated with Requestable.

  • session Default implementation

    The session.

    Default Implementation

    Session.default

    Declaration

    Swift

    var session: Alamofire.Session { get }