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

# httpShouldUsePipelining

A Boolean value indicating whether the request should transmit before the previous response is received.

## Declaration

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

## See Also

### Controlling request behavior

- [timeoutInterval](foundation/urlrequest/timeoutinterval.md)
- [httpShouldHandleCookies](foundation/urlrequest/httpshouldhandlecookies.md)
- [allowsCellularAccess](foundation/urlrequest/allowscellularaccess.md)
- [allowsPersistentDNS](foundation/urlrequest/allowspersistentdns.md)
- [assumesHTTP3Capable](foundation/urlrequest/assumeshttp3capable.md)
- [cookiePartitionIdentifier](foundation/urlrequest/cookiepartitionidentifier.md)
- [requiresDNSSECValidation](foundation/urlrequest/requiresdnssecvalidation.md)
