Home
last modified time | relevance | path

Searched refs:TransferStats (Results 1 – 5 of 5) sorted by path

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md49 * Improvement: Added curl's `appconnect_time` in `TransferStats` [#2284](https://github.com/guzzle/…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php9 use GuzzleHttp\TransferStats; alias
124 $stats = new TransferStats(
H A DMockHandler.php8 use GuzzleHttp\TransferStats; alias
191 $stats = new TransferStats($request, $response, $transferTime, $reason);
H A DStreamHandler.php9 use GuzzleHttp\TransferStats; alias
83 $stats = new TransferStats(
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DTransferStats.php12 final class TransferStats class