__construct()
add($method, $path, callable $cb)
delete($path, callable $cb)
get($path, callable $cb)
head($path, callable $cb)
patch($path, callable $cb)
post($path, callable $cb)
put($path, callable $cb)
route($method, $path)
$emptyRoute
$table
array('GET' => array(), 'POST' => array(), 'PUT' => array(), 'PATCH' => array(), 'DELETE' => array(), 'OPTIONS' => array(), 'HEAD' => array())