File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -25,22 +25,4 @@ interface HttpClient
25
25
* @throws Exception
26
26
*/
27
27
public function sendRequest (RequestInterface $ request );
28
-
29
- /**
30
- * Sends several PSR-7 requests.
31
- *
32
- * If the client is able to, these requests should be sent in parallel. Otherwise they will be sent sequentially.
33
- * Either way, the caller may not rely on them being executed in any particular order.
34
- *
35
- * If one or more requests led to an exception, the BatchException is thrown. The BatchException gives access to the
36
- * BatchResult that contains responses for successful calls and exceptions for unsuccessful calls.
37
- *
38
- * @param RequestInterface[] $requests
39
- *
40
- * @return BatchResult If all requests where successful.
41
- *
42
- * @throws Exception On general setup problems.
43
- * @throws BatchException If one or more requests led to exceptions.
44
- */
45
- public function sendRequests (array $ requests );
46
28
}
You can’t perform that action at this time.
0 commit comments