Kraken\Network\NetworkServerInterface::existsRoute PHP Method

existsRoute() public method

Check if there exists any endpoint/application to the server on given route.
public existsRoute ( string $path ) : boolean
$path string
return boolean
    public function existsRoute($path);