Esempio n. 1
0
 /**
  * Get the response body size if known
  *
  * @return int|false
  * @api
  */
 public function getSize()
 {
     return $this->body->getSize();
 }
Esempio n. 2
0
 /**
  * {@inheritdoc}
  */
 protected function doGetSize()
 {
     return $this->stream->getSize();
 }