<!--
{
  "availability" : [
    "iOS: 4.0.0 - 18.4.0",
    "iPadOS: 4.0.0 - 18.4.0",
    "macCatalyst: 13.1.0 - 18.4.0",
    "macOS: 10.7.0 - 15.4.0",
    "tvOS: 9.0.0 - 18.4.0",
    "visionOS: 1.0.0 - 2.4.0",
    "watchOS: 2.0.0 - 11.4.0"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/NSURLRequest/httpShouldUsePipelining",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "c:objc(cs)NSURLRequest(py)HTTPShouldUsePipelining"
  },
  "title" : "httpShouldUsePipelining"
}
-->

# httpShouldUsePipelining

A Boolean value that indicates whether the request should continue transmitting data before receiving a response from an earlier transmission.

```
var httpShouldUsePipelining: Bool { get }
```

## Discussion

<doc://com.apple.documentation/documentation/Swift/true> if the request should continue transmitting data; otherwise, <doc://com.apple.documentation/documentation/Swift/false>.

## See Also

[`httpShouldUsePipelining`](/documentation/Foundation/NSMutableURLRequest/httpShouldUsePipelining)

A Boolean value that indicates whether the request can continue transmitting data before receiving a response from an earlier transmission.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)