HandlerResolverInterface
The seam between the abstract route table and concrete PSR-15 execution: it turns a matched route's framework-agnostic {@see HandlerReference} into a live `Psr\Http\Server\RequestHandlerInterface` — pulling the controller from the container and adapting a method-as-handler. A dispatch middleware depends on this, not on the container.
HandlerResolverInterface::resolve()
abstract public function resolve(Milpa\Http\Routing\HandlerReference $reference): Psr\Http\Server\RequestHandlerInterfaceResolve a handler reference into an executable PSR-15 request handler.
Parameters
| Name | Type | Description |
|---|---|---|
| $reference | Milpa\Http\Routing\HandlerReference |