Skip to content

Commit 324d829

Browse files
committed
Merge pull request #66 from php-http/fix-64
Fix #64: plugin namespace
2 parents e1402ab + 181c841 commit 324d829

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

Diff for: index.rst

+7-9
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,13 @@ Packages
3737

3838
PHP-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

5048
Read more about :doc:`clients and adapters <clients>` and :doc:`plugins <plugins/index>`.
5149

0 commit comments

Comments
 (0)