HttpMessage::__construct
HttpMessage constructor
&reftitle.description;
public
HttpMessage::__construct
stringmessage
Instantiate a new HttpMessage object.
The constructed object will actually represent the last message of the passed string. If there were
prior messages, those can be accessed by HttpMessage::getParentMessage.
&reftitle.parameters;
message
a single or several consecutive HTTP messages
&reftitle.errors;
Throws HttpMalformedHeaderException.