The Http
interface SHOULD define the standardized methods and constants upheld by implementing classes. All classes should be obligated to implement such methods and constants, but MAY NOT be limited to only these methods or constants.
abstract class HttpMessage
{
protected $headers = array();
protected $body = "";