File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -745,9 +745,10 @@ HTTPlug
745
745
The `HTTPlug `_ specification was published before PSR-18 and is superseded by
746
746
it. As such, you should not use it in newly written code. Yet, many libraries
747
747
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.
751
752
752
753
.. code-block :: terminal
753
754
You can’t perform that action at this time.
0 commit comments