Exemple #1
0
 /**
  * Returns the length of the current response content.
  *
  * @return int
  */
 public function length() : int
 {
     return $this->headers->fetch('Content-type', '');
 }