Cloudflare\Zone\Settings::prefetch_preload PHP Метод

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

Get Prefetch Preload setting (permission needed: #zone_settings:read) CloudFlare will prefetch any URLs that are included in the response headers. This is limited to Enterprise Zones.
public prefetch_preload ( string $zone_identifier )
$zone_identifier string API item identifier tag
    public function prefetch_preload($zone_identifier)
    {
        return $this->get('zones/' . $zone_identifier . '/settings/prefetch_preload');
    }