1 # mixed http\Client\Response::getTransferInfo([string $name = NULL])
3 Retrieve transfer related information after the request has completed.
4 See http\Client::getTransferInfo().
8 * Optional string $name = NULL
9 A key to retrieve out of the transfer info.
13 * object, stdClass instance with all transfer info if $name was not given.
14 * mixed, the specific transfer info for $name.
18 * http\Exception\InvalidArgumentException
19 * http\Exception\BadMethodCallException
20 * http\Exception\UnexpectedValueException