http\Url changes; adjust class' properties docs
[mdref/mdref-http] / http / Client.md
index 64d7aa8f1fc1e0c7a2db170553875a136b4233e4..d86ad75f62ae6c1a85f49ebc14860afdbaba914d 100644 (file)
@@ -1,6 +1,6 @@
 # class http\Client implements SplSubject, Countable
 
-The HTTP client. The only driver currently supported is http\Client\Curl.
+The HTTP client. See http\Client\Curl's [options](http/Client/Curl#Options:) which is the only driver currently supported.
 
 ## Examples:
 
@@ -103,11 +103,11 @@ The HTTP client. The only driver currently supported is http\Client\Curl.
 
 ## Properties:
 
-* private $observers = NULL  
-  SplObjectStorage, attached observers.
-* protected $options = NULL  
-  Array of set options.
-* protected $history = NULL  
-  http\Message request/response history.
-* public $recordHistory = false  
-  Boolean flag whether to record history in http\Client::$history.
+* private SplObjectStorage $observers = NULL  
+  Attached observers.
+* protected array $options = NULL  
+  Set options.
+* protected http\Message $history = NULL  
+  Request/response history.
+* public bool $recordHistory = false  
+  Whether to record history in http\Client::$history.