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.
2 parents 2812a85 + a200e30 commit 043d26cCopy full SHA for 043d26c
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