Class HistoryPlugin
Maintains a list of requests and responses sent using a request or client
- Guzzle\Plugin\History\HistoryPlugin implements Symfony\Component\EventDispatcher\EventSubscriberInterface, IteratorAggregate, Countable
public static
array
|
|
public
|
|
public
|
|
public
integer
|
|
public
|
|
public
integer
|
|
public
|
|
public
|
|
public
|
|
public
|
protected
integer
|
$limit | 10 |
#
The maximum number of requests to maintain in the history |
protected
array
|
$requests | array() |
#
Requests that have passed through the plugin |