X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http%2FClient.md;h=d86ad75f62ae6c1a85f49ebc14860afdbaba914d;hb=c2e4d7edf424ea7684c31fc15310ab563a27725f;hp=4e9cb4e4be19ab0b7b5e48bc613249463976a64a;hpb=6e8ea74b6f377ff2d1a7bffc682aa773ec3400ff;p=mdref%2Fmdref-http diff --git a/http/Client.md b/http/Client.md index 4e9cb4e..d86ad75 100644 --- a/http/Client.md +++ b/http/Client.md @@ -103,11 +103,11 @@ The HTTP client. See http\Client\Curl's [options](http/Client/Curl#Options:) whi ## 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.