We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2812a85 commit a200e30Copy full SHA for a200e30
docs/index.md
@@ -20,7 +20,7 @@ PHP-HTTP is separated into several packages:
20
21
- [Httplug](httplug.md), the HTTP client abstraction to send PSR-7 requests without binding to a specific implementation;
22
- [Message Factory](message-factory.md) to create PSR-7 requests without binding to a specific implementation;
23
-- [Discovery](discovery.md) to automatically locate a suitable Httplug implementation and PSR-7 message and URI factories.
+- [Plugins](plugins.md) to build client-agnostic pipelines for HTTP communication;
24
- [Utilities](utils.md) convenience tools to simplify working with Httplug in your applications.
25
26
See [package overview](package-overview.md) for a complete list.
0 commit comments