---
title: httpShouldUsePipelining
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsurlrequest/httpshouldusepipelining
---

# httpShouldUsePipelining

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

## Declaration

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

## Discussion

Discussion true if the request should continue transmitting data; otherwise, false.

## See Also

### Related Documentation

- [httpShouldUsePipelining](foundation/nsmutableurlrequest/httpshouldusepipelining.md)

### Controlling request behavior

- [timeoutInterval](foundation/nsurlrequest/timeoutinterval.md)
- [httpShouldHandleCookies](foundation/nsurlrequest/httpshouldhandlecookies.md)
- [allowsCellularAccess](foundation/nsurlrequest/allowscellularaccess.md)
