httpShouldUsePipelining
A Boolean value indicating whether the request should transmit before the previous response is received.
Declaration
var httpShouldUsePipelining: Bool { get set }Discussion
HTTP/2 and later ignore this property. HTTP/1.1 only considers this property in the classic loading mode (usesClassicLoadingMode).