private property EasyRdf_Http_Response::$message

The HTTP response code as string (e.g. 'Not Found' for 404 or 'Internal Server Error' for 500)

Type: string

File

drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Http/Response.php, line 66

Class

EasyRdf_Http_Response
Class that represents an HTTP 1.0 / 1.1 response message.

Code

private $message;