Classes

The following classes are available globally.

  • Class for reifying a target of the Target enum unto a concrete Endpoint.

    Note

    As of Moya 11.0.0 Endpoint is no longer generic. Existing code should work as is after removing the generic. See #1529 and #1524 for the discussion.
    See more

    Declaration

    Swift

    open class Endpoint
  • Internal token that can be used to cancel requests

    See more

    Declaration

    Swift

    public final class CancellableToken : Cancellable, CustomDebugStringConvertible
  • Logs network activity (outgoing requests and incoming responses).

    See more

    Declaration

    Swift

    public final class NetworkLoggerPlugin
  • Represents a response to a MoyaProvider.request.

    See more

    Declaration

    Swift

    public final class Response : CustomDebugStringConvertible, Equatable