CancelableRequest

public protocol CancelableRequest

A protocol representing something that can be cancelled

  • Cancel the current request

    Declaration

    Swift

    func cancel()