exit */ if( !isset(Config::get()->index[$rq->get('id')['path']]) ) return new Response(new Error(Err::WrongPathModule)); /* (2) Local store: configuration for this path */ $cfg = Config::get()->index[$rq->get('id')['path']]; $response = new Response(); $response->append('methods', $cfg); return $response; } }