public function EntityBodyInterface::getContentEncoding

Get the Content-Encoding of the EntityBody

Return value

bool|string

2 methods override EntityBodyInterface::getContentEncoding()
AbstractEntityBodyDecorator::getContentEncoding in drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php
Get the Content-Encoding of the EntityBody
EntityBody::getContentEncoding in drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBody.php
Get the Content-Encoding of the EntityBody

File

drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBodyInterface.php, line 72

Class

EntityBodyInterface
Entity body used with an HTTP request or response

Namespace

Guzzle\Http

Code

public function getContentEncoding();