Overrides SurrogateInterface::addSurrogateControl
public function addSurrogateControl(Response $response) : void { if (str_contains($response->getContent(), '<esi:include')) { $response->headers ->set('Surrogate-Control', 'content="ESI/1.0"'); } }