\Imi\Server\Http\ErrorHttpNotFoundHandler

http 未匹配路由时的处理器

Summary

Methods
Properties
Constants
handle()
No public properties found
No constants found
No protected methods found
$handler
N/A
No private methods found
No private properties found
N/A

Properties

$handler

$handler : string

处理器类名,如果为null则使用默认处理

Type

string

Methods

handle()

handle(\Psr\Http\Server\RequestHandlerInterface  $requesthandler, \Psr\Http\Message\ServerRequestInterface  $request, \Psr\Http\Message\ResponseInterface  $response) 

Parameters

\Psr\Http\Server\RequestHandlerInterface $requesthandler
\Psr\Http\Message\ServerRequestInterface $request
\Psr\Http\Message\ResponseInterface $response