Skip to content

Commit e785064

Browse files
committed
Added class reference
1 parent b8fa5d4 commit e785064

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

components/http_client.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -745,9 +745,10 @@ HTTPlug
745745
The `HTTPlug`_ specification was published before PSR-18 and is superseded by
746746
it. As such, you should not use it in newly written code. Yet, many libraries
747747
still require v1 or v2 of it. The component is interoperable with them thanks to
748-
the ``HttplugClient`` adapter class. Similarly to ``Psr18Client`` implementing
749-
relevant parts of PSR-17, ``HttplugClient`` also implements the factory methods
750-
defined in the related ``php-http/message-factory`` package.
748+
the :class:`Symfony\\Component\\HttpClient\\HttplugClient` adapter class. Similarly
749+
to ``Psr18Client`` implementing relevant parts of PSR-17, ``HttplugClient`` also
750+
implements the factory methods defined in the related ``php-http/message-factory``
751+
package.
751752

752753
.. code-block:: terminal
753754

0 commit comments

Comments
 (0)