define() define(string $method, string $path, array $route) : \Support\WebApplication\Route Parameters string $method string $path array $route Returns \Support\WebApplication\Route —
match() match(string $method, string $path) : \Support\WebApplication\Route|null Parameters string $method string $path Returns \Support\WebApplication\Route|null —