Property | Type | Description | |
---|---|---|---|
$api | The values explained: + 1 means scalar e.g. URL of an entry + 2 means value will become unix timestamp + string means an object of class named after the string e.g. The Response member of the Entry object is an object of class Response + array means a list of values where each value is of class named after the single array value e.g. array('Warning') means the member is a list of Warning objects | ||
$apipath | |||
$controller | The HTTPWatch COM controller | ||
$entries | |||
$hasRestrictedURLs | |||
$paidproperties | |||
$skipStreams | Whether the raw request/response body should be returned in data methods such as getEntries() Default is TRUE, meaning skip these raw streams | ||
$summary | |||
$watch | HTTPWatch plugin object |
Method | Description | |
---|---|---|
__construct ( $brow = 'ie', $config = ['empty_cache' => true] ) | ||
done ( ) | ||
getEntries ( ) | ||
getStream ( $val ) | ||
getSummary ( ) | ||
go ( $url ) | ||
hasRestrictions ( ) | ||
populate ( $o, $classname, $islist = false ) : array | Helper. Recursively goes through the properties of a VARIANT object $o of class $classname. | |
toHAR ( $filename = false ) | If no filename is passed returns the HAR JSON |
public toHAR ( $filename = false ) |
public $api |
public $skipStreams |