Classes

The following classes are available globally.

  • Safe application abstraction for UIApplication/NSApplication

    See more

    Declaration

    Swift

    public final class Application<Base>
  • Responsible for Network Activity Indicator on iOS Devices

    See more

    Declaration

    Swift

    public final class Activity
  • Responsible for creating URLRequest and URLSessionDataTask objects, as well as their underlying URLSession.

    Declaration

    Swift

    public final class Session
  • Responsible for handle URLRequest and URLSessionDataTask from Task.

    See more

    Declaration

    Swift

    public final class Request
  • Network client responsible for executing Task

    See more

    Declaration

    Swift

    public final class Edge
  • Responsible for handle Request and eliminate redundant network requests.

    Declaration

    Swift

    public final class Queue