File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
* Use :doc:`plugins </ plugins/introduction> ` to customize the way HTTP requests are sent and
2
2
responses processed by following redirects, adding Authentication or Cookie
3
3
headers and more.
4
- * Learn how you can decouple your code from any PSR-7 implementation by using a
5
- :ref:`message factory < message-factory > `.
4
+ * Learn how you can decouple your code from any PSR-7 implementation by using
5
+ the :ref:`HTTP factories < message-factory > `.
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ Messages
63
63
--------
64
64
65
65
When you construct HTTP message objects in your library, you should not depend on a concrete PSR-7 message
66
- implementation. Instead, use the :ref: ` PHP- HTTP message factory < message-factory >`.
66
+ implementation. Instead, use the :doc: ` HTTP factories < ../message/ message-factory >`.
67
67
68
68
Discovery
69
69
---------
Original file line number Diff line number Diff line change @@ -12,4 +12,5 @@ This package contains various PSR-7 tools which might be useful in an HTTP workf
12
12
* Various Stream encoding tools
13
13
* Message decorators
14
14
* Message factory implementations for Guzzle PSR-7, Diactoros and Slim Framework.
15
+ * Stream and URI factory implementations for Guzzle PSR-7 and Diactoros
15
16
* Cookie implementation
You can’t perform that action at this time.
0 commit comments