http\Client::count
[mdref/mdref-http] / http / Client.md
1 # class http\Client implements SplSubject, Countable
2
3 The HTTP client.
4
5 ## Properties:
6
7 * private $observers = NULL
8 SplObjectStorage, attached observers.
9 * protected $options = NULL
10 Array of set options.
11 * protected $history = NULL
12 http\Message request/response history.
13 * public $recordHistory = false
14 Boolean flag whether to record history in http\Client::$history.