Home
last modified time | relevance | path

Searched refs:transferTime (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DTransferStats.php16 private $transferTime; variable in GuzzleHttp\\TransferStats
23 * @param float|null $transferTime Total handler transfer time.
30 $transferTime = null, argument
36 $this->transferTime = $transferTime;
100 return $this->transferTime;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DMockHandler.php190 $transferTime = isset($options['transfer_time']) ? $options['transfer_time'] : 0;
191 $stats = new TransferStats($request, $response, $transferTime, $reason);