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);