You are here

public property VarnishPurgerSettings::$http_errors in Varnish purger 8.2

Same name and namespace in other branches
  1. 8 src/Entity/VarnishPurgerSettings.php \Drupal\varnish_purger\Entity\VarnishPurgerSettings::http_errors

Whether 4xx and 5xx responses need to be treated as failures or not.

Type: bool

See also

http://docs.guzzlephp.org/en/latest/request-options.html#http-errors

File

src/Entity/VarnishPurgerSettings.php, line 164

Class

VarnishPurgerSettings
Defines the HTTP purger settings entity.

Namespace

Drupal\varnish_purger\Entity

Code

public $http_errors = TRUE;