File tree 3 files changed +6
-0
lines changed
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 14
14
*
15
15
* The client is responsible for ensuring that all data is sent in the correct form and
16
16
* that received data is processed correctly.
17
+ *
18
+ * @internal
17
19
*/
18
20
interface HttpClient
19
21
{
Original file line number Diff line number Diff line change 9
9
*
10
10
* The method signatures are defined with the intention that an implementing class
11
11
* can implment this interface and also the PSR-7 `\Psr\Http\Message\RequestInterface`
12
+ *
13
+ * @internal
12
14
*/
13
15
interface Request
14
16
{
Original file line number Diff line number Diff line change 9
9
*
10
10
* The method signatures are defined with the intention that an implementing class
11
11
* can implment this interface and also the PSR-7 `\Psr\Http\Message\ResponseInterface`
12
+ *
13
+ * @internal
12
14
*/
13
15
interface Response
14
16
{
You can’t perform that action at this time.
0 commit comments