You are here

public property HttpPurgerSettings::$body_content_type in Generic HTTP Purger 8

The content-type of the body payload being sent.

Type: string

File

src/Entity/HttpPurgerSettings.php, line 131

Class

HttpPurgerSettings
Defines the HTTP purger settings entity.

Namespace

Drupal\purge_purger_http\Entity

Code

public $body_content_type = 'text/plain';