Protocols
The following protocols are available globally.
-
An interface for an asynchronously-executing data transaction.
See moreDeclaration
Swift
public protocol DataTransaction: class
-
Used to trace the execution of
See moreHTTPTransaction
s from beginning to end.Declaration
Swift
public protocol HTTPTransactionTracer
-
A protocol implemented by entities that wish to configure
See moreHTTPTransaction
s.Declaration
Swift
public protocol HTTPTransactionConfigurator