We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4cc854f + 305d615 commit a484ddbCopy full SHA for a484ddb
plugins/build-your-own.rst
@@ -25,13 +25,9 @@ This interface defines the ``handleRequest`` method that allows to modify behavi
25
*/
26
public function handleRequest(RequestInterface $request, callable $next, callable $first);
27
28
-The ``$request`` comes from an upstream plugin or Plugin Client itself.
+The ``$request`` comes from an upstream plugin or ``PluginClient`` itself.
29
You can replace it and pass a new version downstream if you need.
30
31
-.. note::
32
-
33
- Be aware that the request is immutable.
34
35
The ``$next`` callable is the next plugin in the execution chain. When you need to call it, you must pass the ``$request``
36
as the first argument of this callable.
37
0 commit comments