Skip to content

Commit

Permalink
Merge pull request #66 from php-http/fix-64
Browse files Browse the repository at this point in the history
Fix #64: plugin namespace
  • Loading branch information
ddeboer committed Jan 3, 2016
2 parents e1402ab + 181c841 commit 324d829
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,13 @@ Packages

PHP-HTTP offers several packages:

+-----------------+-------------------------------------------------------------+------------------------+
| Type | Description | Namespace |
+=================+=============================================================+========================+
| Clients | HTTP clients: Socket, cURL and others | ``Http\Client\[Name]`` |
+-----------------+-------------------------------------------------------------+------------------------+
| Client adapters | Adapters for other clients: Guzzle, React and others | ``Http\Adapter\[Name]``|
+-----------------+-------------------------------------------------------------+------------------------+
| Plugins | Implementation-independent authentication, cookies and more | ``Http\Plugin\[Name]`` |
+-----------------+-------------------------------------------------------------+------------------------+
=============== =========================================================== =============================
Type Description Namespace
=============== =========================================================== =============================
Clients HTTP clients: Socket, cURL and others ``Http\Client\[Name]``
Client adapters Adapters for other clients: Guzzle, React and others ``Http\Adapter\[Name]``
Plugins Implementation-independent authentication, cookies and more ``Http\Client\Plugin\[Name]``
=============== =========================================================== =============================

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

Expand Down

0 comments on commit 324d829

Please sign in to comment.