Kraken\Network\NetworkServerInterface::existsRoute PHP Метод

existsRoute() публичный Метод

Check if there exists any endpoint/application to the server on given route.
public existsRoute ( string $path ) : boolean
$path string
Результат boolean
    public function existsRoute($path);