Devmatic\InstantClick\Test\FilterIfInstantClickTest::isInstantClickReponse PHP Method

isInstantClickReponse() protected method

protected isInstantClickReponse ( Response $response ) : boolean
$response Symfony\Component\HttpFoundation\Response
return boolean
    protected function isInstantClickReponse(Response $response)
    {
        return $response->headers->has('X-INSTANTCLICK');
    }