From d990141203adf15aa9204bf1fdbf63acc872696d Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Sun, 14 May 2023 21:33:17 +0300 Subject: [PATCH] Add `httpsoft/http-message` info --- clients/includes/install-message-factory.inc | 4 +++- httplug/users.rst | 7 ++++++- message/message-factory.rst | 1 + 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/clients/includes/install-message-factory.inc b/clients/includes/install-message-factory.inc index 2ca6116..7c0a8db 100644 --- a/clients/includes/install-message-factory.inc +++ b/clients/includes/install-message-factory.inc @@ -7,7 +7,8 @@ to install one as well (for example `Guzzle PSR-7`_): In order to provide full interoperability, message implementations are accessed through :ref:`factories `. Message factories for -`Laminas Diactoros`_ (and its abandoned predecessor `Zend Diactoros`_), `Guzzle PSR-7`_ and `Slim Framework`_ are available in the +`Laminas Diactoros`_ (and its abandoned predecessor `Zend Diactoros`_), `Guzzle PSR-7`_, `Slim Framework`_ and +`HTTP Software PSR-7 Message`_ are available in the :doc:`message ` component: .. code-block:: bash @@ -17,4 +18,5 @@ accessed through :ref:`factories `. Message factories for .. _Guzzle PSR-7: https://github.com/guzzle/psr7 .. _Laminas Diactoros: https://github.com/laminas/laminas-diactoros .. _Slim PSR-7: https://github.com/slimphp/Slim-Psr7 +.. _HTTP Software PSR-7 Message: https://github.com/httpsoft/http-message .. _Zend Diactoros: https://github.com/zendframework/zend-diactoros diff --git a/httplug/users.rst b/httplug/users.rst index 22cc9b0..1d820dc 100644 --- a/httplug/users.rst +++ b/httplug/users.rst @@ -36,7 +36,8 @@ You can pick any of the clients or adapters :doc:`provided by PHP-HTTP