HTTPTransactionControl
public struct HTTPTransactionControl
Settings controlling the behavior of HTTPTransaction
s.
-
An
HTTPTransactionConfigurator
used to configure allHTTPTransaction
s.Declaration
Swift
public static var configurator: HTTPTransactionConfigurator?
-
An
HTTPTransactionTracer
that can be used to trace the execution of allHTTPTransaction
s from beginning to end.Declaration
Swift
public static var tracer: HTTPTransactionTracer?