File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -37,15 +37,13 @@ Packages
3737
3838PHP-HTTP offers several packages:
3939
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+ =============== =========================================================== =============================
4947
5048Read more about :doc: `clients and adapters <clients >` and :doc: `plugins <plugins/index >`.
5149
You can’t perform that action at this time.
0 commit comments