mdref.json config
[mdref/mdref-http] / http / Message.md
index cdb4c30e634965a6e934e3a9b4aa6007b938cb69..a134f731819cda0581034ba0905ade9ea3bef1bc 100644 (file)
@@ -1,6 +1,7 @@
-# class http\Message extends http\Object implements Countable, Serializable, Iterator
+# class http\Message implements Countable, Serializable, Iterator
 
 The message class builds the foundation for any request and response message.
+
 See http\Client\Request and http\Client\Response, as well as http\Env\Request and http\Env\Response.
 
 ## Constants:
@@ -23,7 +24,7 @@ See http\Client\Request and http\Client\Response, as well as http\Env\Request an
 * protected string $requestUrl = ""  
   The request url if the message is of type request.
 * protected string $responseStatus = ""  
-  The respose status phrase if the message is of type response.
+  The response status phrase if the message is of type response.
 * protected int $responseCode = 0  
   The response code if the message is of type response.
 * protected string $httpVersion = NULL