You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
typically a `Zend\Expressive\Emitter\EmitterStack` instance.
240
-
-`getDefaultDelegate()`: (Since 2.0) retrieves the default delegate to use when the internal middleware pipeline is exhausted without returning a response. If none is provided at instantiation, this method will do one of the following:
234
+
-`getDefaultDelegate()`: retrieves the default delegate to use when the internal middleware pipeline is exhausted without returning a response. If none is provided at instantiation, this method will do one of the following:
241
235
- If no container is composed, instanatiates a
242
236
`Zend\Expressive\Delegate\NotFoundDelegate` using the composed response
243
237
prototype only.
@@ -247,10 +241,12 @@ methods for retrieving them. They include:
247
241
the composed container, and uses the value created.
248
242
- If a container is composed and contains the `Zend\Expressive\Delegate\DefaultDelegate`
249
243
service, it returns that.
250
-
-`getFinalHandler(ResponseInterface $response = null)`: (**REMOVED in version 2.0**)
251
-
retrieves the final handler instance. This is middleware with the signature
252
-
`function ($request, $response, $error = null)`, and it is invoked when the
253
-
middleware pipeline queue is depleted and no response has been returned.
244
+
245
+
> #### Deprecated
246
+
>
247
+
> Each of the above methods are deprecated starting in version 2.2, and will be
0 commit comments