flush
[mdref/mdref-http] / http / Client / enablePipelining.md
1 # http\Client http\Client::enablePipelining([bool $enable = true])
2
3 Enable sending pipelined requests to the same host if the driver supports it.
4
5 ## Params:
6
7 * Optional bool $enable = true
8 Whether to enable pipelining.
9
10 ## Returns:
11
12 * http\Client, self.