Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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