fix proxy ssl options
[mdref/mdref-http] / http / Client / getHistory.md
index 55beb658a6d5eb35ec8c8337a96f4221d60d4871..5cfeca7f6ef671efade2d28e49c7b535daac87ce 100644 (file)
@@ -2,7 +2,8 @@
 
 Simply returns the http\Message chain representing the request/response history.
 
-> **Note:** The history is only recorded while http\Client::$recordHistory is true.
+> ***NOTE:***  
+> The history is only recorded while http\Client::$recordHistory is true.
 
 ## Params:
 
@@ -12,6 +13,10 @@ None.
 
 * http\Message, the request/response message chain representing the client's history.
 
+## Throws:
+
+* http\Exception\InvalidArgumentException
+
 ## Example:
 
     <?php