File tree 1 file changed +7
-9
lines changed
1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -37,15 +37,13 @@ Packages
37
37
38
38
PHP-HTTP offers several packages:
39
39
40
- +-----------------+-------------------------------------------------------------+------------------------+
41
- | Type | Description | Namespace |
42
- +=================+=============================================================+========================+
43
- | Clients | HTTP clients: Socket, cURL and others | ``Http\Client\[Name] `` |
44
- +-----------------+-------------------------------------------------------------+------------------------+
45
- | Client adapters | Adapters for other clients: Guzzle, React and others | ``Http\Adapter\[Name]``|
46
- +-----------------+-------------------------------------------------------------+------------------------+
47
- | Plugins | Implementation-independent authentication, cookies and more | ``Http\Plugin\[Name] `` |
48
- +-----------------+-------------------------------------------------------------+------------------------+
40
+ =============== =========================================================== =============================
41
+ Type Description Namespace
42
+ =============== =========================================================== =============================
43
+ Clients HTTP clients: Socket, cURL and others ``Http\Client\[Name] ``
44
+ Client adapters Adapters for other clients: Guzzle, React and others ``Http\Adapter\[Name] ``
45
+ Plugins Implementation-independent authentication, cookies and more ``Http\Client\Plugin\[Name] ``
46
+ =============== =========================================================== =============================
49
47
50
48
Read more about :doc: `clients and adapters <clients >` and :doc: `plugins <plugins/index >`.
51
49
You can’t perform that action at this time.
0 commit comments