HTTPTransactionControl
public struct HTTPTransactionControl
Settings controlling the behavior of HTTPTransactions.
-
An
HTTPTransactionConfiguratorused to configure allHTTPTransactions.Declaration
Swift
public static var configurator: HTTPTransactionConfigurator? -
An
HTTPTransactionTracerthat can be used to trace the execution of allHTTPTransactions from beginning to end.Declaration
Swift
public static var tracer: HTTPTransactionTracer?
View on GitHub
HTTPTransactionControl Struct Reference