private property EasyRdf_Http_Client::$rawPostData

The raw post data to send. Could be set by setRawData($data).

Type: string

File

drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Http/Client.php, line 96

Class

EasyRdf_Http_Client
This class is an implemetation of an HTTP client in PHP. It supports basic HTTP 1.0 and 1.1 requests. For a more complete implementation try Zend_Http_Client.

Code

private $rawPostData = null;