$staticRouteMap
$staticRouteMap : array<mixed,mixed[]>
dispatch(string $httpMethod, string $uri) : array
Dispatches against the provided HTTP method verb and URI.
Returns array with one of the following formats:
[self::NOT_FOUND]
[self::METHOD_NOT_ALLOWED, ['GET', 'OTHER_ALLOWED_METHODS']]
[self::FOUND, $handler, ['varName' => 'value', ...]]
string | $httpMethod | |
string | $uri |