flush
[mdref/mdref-http] / http / Client.md
diff --git a/http/Client.md b/http/Client.md
new file mode 100644 (file)
index 0000000..e705769
--- /dev/null
@@ -0,0 +1,14 @@
+# class http\Client implements SplSubject
+
+The HTTP client.
+
+## 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 instory in http\Client::$history.