big update's coming
[mdref/mdref-http] / http / Client / dequeue.md
1 # http\Client http\Client::dequeue(http\Client\Request $request)
2
3 Dequeue the http\Client\Request $request.
4
5 See http\Client::requeue(), if you want to requeue the request, instead of calling http\Client::dequeue() and then http\Client::enqueue().
6
7 ## Params:
8
9 * http\Client\Request $request
10 The request to cancel.
11
12 ## Returns:
13
14 * http\Client, self.
15
16 ## Throws:
17
18 * http\Exception\InvalidArgumentException
19 * http\Exception\BadMethodCallException
20 * http\Exception\RuntimeException