[
  0 => [
    'method' => 'POST',
    'path' => '/contact/create',
    'action' => '\\app\\Controllers\\ContactController@create',
    'type' => 'controller',
    'name' => 'contact.create',
    'csrf' => 1,
    'jwt' => 0,
    'cache' => -1,
    'arg' => [],
    'isRoute' => false,
    'middleware' => NULL,
  ],
  1 => [
    'method' => 'POST',
    'path' => '/contact/create_api',
    'action' => '\\app\\Controllers\\ContactController@create_api',
    'type' => 'controller',
    'name' => 'contact.create_api',
    'csrf' => 0,
    'jwt' => 0,
    'cache' => -1,
    'arg' => [],
    'isRoute' => false,
    'middleware' => NULL,
  ],
  2 => [
    'method' => 'POST',
    'path' => '/thread_http',
    'action' => 'function',
    'type' => 'closure',
    'name' => 'thread_http',
    'csrf' => 0,
    'jwt' => 1,
    'cache' => -1,
    'arg' => [],
    'isRoute' => false,
    'middleware' => NULL,
  ],
]