File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change 33namespace Http \Client ;
44
55use Psr \Http \Client \ClientInterface ;
6- use Psr \Http \Message \RequestInterface ;
7- use Psr \Http \Message \ResponseInterface ;
86
97/**
10- * Sends a PSR-7 Request and returns a PSR-7 response.
8+ * {@inheritdoc}
119 *
12- * @author GeLo <geloen.eric@gmail.com>
13- * @author Márk Sági-Kazár <mark.sagikazar@gmail.com>
14- * @author David Buchmann <mail@davidbu.ch>
10+ * Provide the Httplug HttpClient interface for BC.
11+ * You should typehint Psr\Http\Client\ClientInterface in new code
1512 */
1613interface HttpClient extends ClientInterface
1714{
18- /**
19- * Sends a PSR-7 request.
20- *
21- * @throws \Http\Client\Exception If an error happens during processing the request.
22- * @throws \Exception If processing the request is impossible (eg. bad configuration).
23- */
24- public function sendRequest (RequestInterface $ request ): ResponseInterface ;
2515}
You can’t perform that action at this time.
0 commit comments