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
|
|
public
string
|
|
public
|
#
add(
Add a request to the history |
public
|
|
public
integer
|
|
public
array
|
|
public
|
|
public
integer
|
|
public
|
|
public
|
|
public
|
|
public
|
protected
integer
|
$limit
The maximum number of requests to maintain in the history |
#
10
|
protected
array
|
$transactions
Requests and responses that have passed through the plugin |
#
array()
|