From 181c8417fae3528411ff7898ca0f6c7501194881 Mon Sep 17 00:00:00 2001 From: David de Boer Date: Sun, 3 Jan 2016 17:26:45 +0100 Subject: [PATCH] Fix #64: plugin namespace --- index.rst | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/index.rst b/index.rst index 3af11c3..7051bc3 100644 --- a/index.rst +++ b/index.rst @@ -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 ` and :doc:`plugins `.