httpShouldUsePipelining property
getter/setter pair
A Boolean value indicating whether the request should transmit before the previous response is received.
Officially Supported Platforms/Implementations:
- iOS WKWebView (Official API - URLRequest.httpShouldUsePipelining)
- macOS WKWebView (Official API - URLRequest.httpShouldUsePipelining)
Implementation
bool? httpShouldUsePipelining;