CallbackHandler
class CallbackHandler implements RequestHandlerInterface (View source)
A handler that calls the given callback to generate the response.
Methods
__construct(callable $callback)
CallbackHandler constructor.
ResponseInterface
handle(ServerRequestInterface $request)
{@inheritdoc}