Methods
-
Dispatches against the provided HTTP method verb and URI.
Methods Details
-
public function dispatch(string $httpMethod, string $uri)
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', ...]]