Classes

The following classes are available globally.

  • Connects to a network service to retrieve a JSON document of the generic type JSONIntermediateType. The JSONPayloadProcessor then attempts to convert the JSON intermediate type into the final ResponseDataType.

    See more

    Declaration

    Swift

    open class JSONTransaction<JSONIntermediateType, ResponseDataType>: HTTPTransaction<ResponseDataType>
  • A DataTransaction that uses a URLRequest to request data from (and potentially send data to) an HTTP(S)-based service.

    A successful transaction produces an instance of ResponseDataType.

    See more

    Declaration

    Swift

    open class HTTPTransaction<HTTPResponseDataType>: DataTransaction