SessionManagable

public protocol SessionManagable

Represents a Alamofire.Session that is associated with Requestable.

Available where Self: Configurable

  • session Default implementation

    Default Implementation

    Session.default

    Declaration

    Swift

    public var session: Session { get }