X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http%2FClient%2FenablePipelining.md;h=221713da79709c8602c006370a738bbb1f92ad94;hb=3bf080fbfef8496240a6d42d4a2d4c08c04cf8fd;hp=6f1920696d8c32753eaaa12367b519ad15488a2f;hpb=a9966e91a49824155b1d9b3b3a580d43b20e3662;p=mdref%2Fmdref-http diff --git a/http/Client/enablePipelining.md b/http/Client/enablePipelining.md index 6f19206..221713d 100644 --- a/http/Client/enablePipelining.md +++ b/http/Client/enablePipelining.md @@ -2,6 +2,9 @@ Enable sending pipelined requests to the same host if the driver supports it. +> ***NOTE:*** +> This method has been deprecated in 2.3.0, please use http\Client::configure() instead. + ## Params: * Optional bool $enable = true @@ -10,3 +13,8 @@ Enable sending pipelined requests to the same host if the driver supports it. ## Returns: * http\Client, self. + +## Throws: + +* http\Exception\InvalidArgumentException +* http\Exception\UnexpectedValueException